Html Css Color HEX #04A66F Jade

📋 copy color: '#04A66F'

red 4 ◦ green 166 ◦ blue 111

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

Shades of Jade #04A66F

Tints of Jade #04A66F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 59.07%

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

R = 1.42%
G = 59.07%
B = 39.5%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#04A66F (or 0x04A66F) is known color: Jade. HEX triplet: 04, A6 and 6F. RGB value is (4,166,111). Sum of RGB (Red+Green+Blue) = 4+166+111=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 166 (65.23% from 255 or 59.07% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 166 - color contains mainly: green. Hex color #04A66F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A66F is #FB5990. Grayscale: #6F6F6F. Windows color (decimal): -16472465 or 7316996. OLE color: 7316996.

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

Color convert

RGB 4 166 111 -
CMYK 0.98 0 0.33 0.35
HSL 159.63º 0.95% 0.33% -
HSV(B) 159.63º 0.98% 0.65% -
XYZ 16.56 28.45 19.66 -
YUV 111.29 127.83 51.47 -
System Red Green Blue C M Y K H S L
Decimal 4 166 111 0.98 0 0.33 0.35 159.63 0.95 0.33
Hex 4 A6 6F 62 0 21 23 A0 5F 21
Octal 4 246 157 142 0 41 43 240 137 41
Binary 100 10100110 1101111 1100010 0 100001 100011 10100000 1011111 100001

Color Harmonies of #04A66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A66F

Black with #04A66F

Text Example


Text Example

White with #04A66F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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