Html Css Color HEX #04AA6F Jade

📋 copy color: '#04AA6F'

red 4 ◦ green 170 ◦ blue 111

#04AA6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #04AA6F

Tints of Jade #04AA6F

RGB

 RED value IS 4 (1.95% from 255) = 1.4%

 GREEN value IS 170 (66.8% from 255) = 59.65%

 BLUE value IS 111 (43.75% from 255) = 38.95%

R = 1.4%
G = 59.65%
B = 38.95%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#04AA6F (or 0x04AA6F) is known color: Jade. HEX triplet: 04, AA and 6F. RGB value is (4,170,111). Sum of RGB (Red+Green+Blue) = 4+170+111=285 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 285); Green value is 170 (66.80% from 255 or 59.65% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 170 - color contains mainly: green. Hex color #04AA6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AA6F is #FB5590. Grayscale: #717171. Windows color (decimal): -16471441 or 7318020. OLE color: 7318020.

HSL color Cylindrical-coordinate representation of color #04AA6F: hue angle of 158.67º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AA6F is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 170 111 -
CMYK 0.98 0 0.35 0.33
HSL 158.67º 0.95% 0.34% -
HSV(B) 158.67º 0.98% 0.67% -
XYZ 17.29 29.92 19.9 -
YUV 113.64 126.5 49.8 -
System Red Green Blue C M Y K H S L
Decimal 4 170 111 0.98 0 0.35 0.33 158.67 0.95 0.34
Hex 4 AA 6F 62 0 23 21 9F 5F 22
Octal 4 252 157 142 0 43 41 237 137 42
Binary 100 10101010 1101111 1100010 0 100011 100001 10011111 1011111 100010

Color Harmonies of #04AA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AA6F

Black with #04AA6F

Text Example


Text Example

White with #04AA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04AA6F; }

 p { color: rgb(4,170,111); }

 H1.HeaderClassName
 {
   color: #04AA6F;
 }
 .AnyTagClassName
 {
   color: #04AA6F;
 }
</style>

background-color css

<style>
 a { background-color: #04AA6F; }

 a { background-color: rgb(4,170,111); }

 div.DivClassName
 {
   background-color: #04AA6F;
 }
 .BgClassName
 {
   background-color: #04AA6F;
 }
</style>

border-color css

<style>
 span { border-color: #04AA6F; }

 span { border-color: rgb(4,170,111); }

 td.TdClassName
 {
   border-color: #04AA6F;
 }
 .TagClassName
 {
   border-color: #04AA6F;
 }
</style>