COLOR #05AE64

HEX: #05AE64 RGB: (5,174,100)

Color info

#05AE64 contains mainly green color. Web safe color of #05AE64 is #009966 (or #096).

RGB color model

#05AE64 color RGB value is (5,174,100).

RGB: (5,174,100) (2%, 68%, 39%)

RGB channels and saturation

R 5 of 255 = 2%
G 174 of 255 = 68%
B 100 of 255 = 39%

5
174
100

R + G + B ~ 36%. #05AE64 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 174 + 100 = 279 (100%)
R 5 of 279 ~ 1.79%
G 174 of 279 ~ 62.37%
B 100 of 279 ~ 35.84'%

%62.37
%35.84

CMYK color model

#05AE64 color CMYK value is (97,0,43,32).

  • cyan value is 97.13%
  • magenta value is 0.00%
  • yellow value is 42.53%
  • key color value is 31.76%

CMYK: (97,0,43,32)
C97M0Y43K32 (97%, 0%, 43%, 32%)
(0.97 / 0.00 / 0.43 / 0.32)

CMYK percentages

%97.13
%0
%42.53
%31.76

Codes

Color #05AE64 in popluar color models

05 AE 64
RGB 5 174 100
HSL 154° 94.41% 35.10%
HSB/HSV 154° 97.13% 68.24%
CMYK 97.13% 0.00% 42.53%
31.76%

Color #05AE64 in popluar number systems.

HEX 05 AE 64
Decimal 5 174 100
Binary 101 10101110 1100100
Octal 5 256 144

Shades and tints

Shades of #05AE64

#05AE64
(5,174,100)
#059F5B
(5,159,91)
#059052
(5,144,82)
#058149
(5,129,73)
#057240
(5,114,64)
#056337
(5,99,55)
#05542E
(5,84,46)
#054525
(5,69,37)
#05361C
(5,54,28)
#052713
(5,39,19)
#05180A
(5,24,10)
#000000
(0,0,0)

Tints of #05AE64

#05AE64
(5,174,100)
#1BB572
(27,181,114)
#31BC80
(49,188,128)
#47C38E
(71,195,142)
#5DCA9C
(93,202,156)
#73D1AA
(115,209,170)
#89D8B8
(137,216,184)
#9FDFC6
(159,223,198)
#B5E6D4
(181,230,212)
#CBEDE2
(203,237,226)
#E1F4F0
(225,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05AE64 color. Also use rgb(5,174,100) instead hex code.

Text Font Color

.myTextColor { color: #05AE64; }

<p style="color:#05AE64">This sample text font color is #05AE64.</p>

This text font color is #05AE64.

Background Color

.myBgColor { background-color: #05AE64; }

<div style="background-color:#05AE64">Inner text</div>

This div background color is #05AE64.

Border color

.myBorderColor { border: 1px solid #05AE64; }

<div style="border:3px solid #05AE64">Div</div>

This div border color is #05AE64.

Opacity

.myOpacity80 { color: #05AE64; opacity: 0.8; }

<p style="color:#05AE64;opacity:0.8;">80%</p>

Text with #05AE64 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #05AE64;}

<p style="text-shadow: 3px 3px 1px #05AE64">Text here.</p>

This text has shadow with #05AE64 color.


.textShadow {text-shadow: 3px 3px 1px #05AE64', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #05AE64, 5px 5px 20px red">Text here.</p>

This text has shadow with #05AE64 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#05AE64, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#05AE64, Direction=45, Strength=4)">Text</p>

This text has shadow with #05AE64 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #05AE64;
-webkit-box-shadow: 1px 1px 3px 2px #05AE64;
box-shadow: 1px 1px 3px 2px #05AE64;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #05AE64; -webkit-box-shadow: 1px 1px 3px 2px #05AE64; box-shadow:1px 1px 3px 2px #05AE64;">
Div content here
</div>

This div box has shadow with color #05AE64.

Preview

Color preview on black background

This text has color #05AE64 on black background.


Color preview on white background

This text has color #05AE64 on white background.


Black color preview on #05AE64 background

This text has black color on #05AE64 background.


White color preview on #05AE64 background

This text has white color on #05AE64 background.


Related colors

Complementary color

Complementary color for #05AE64 is #FA519B.


I love getcolorcode.com

Triadic colors

1 #6405AE and #AE6405 with #05AE64 are triadic colors.

2 #64AE05 and #AE0564 with #05AE64 are triadic colors.