Html Css Color HEX #04AB72 Jade

📋 copy color: '#04AB72'

red 4 ◦ green 171 ◦ blue 114

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

Shades of Jade #04AB72

Tints of Jade #04AB72

RGB

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

 GREEN value IS 171 (67.19% from 255) = 59.17%

 BLUE value IS 114 (44.92% from 255) = 39.45%

R = 1.38%
G = 59.17%
B = 39.45%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#04AB72 (or 0x04AB72) is known color: Jade. HEX triplet: 04, AB and 72. RGB value is (4,171,114). Sum of RGB (Red+Green+Blue) = 4+171+114=289 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 289); Green value is 171 (67.19% from 255 or 59.17% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 171 - color contains mainly: green. Hex color #04AB72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AB72 is #FB548D. Grayscale: #727272. Windows color (decimal): -16471182 or 7514884. OLE color: 7514884.

HSL color Cylindrical-coordinate representation of color #04AB72: hue angle of 159.52º 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 #04AB72 is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 171 114 -
CMYK 0.98 0 0.33 0.33
HSL 159.52º 0.95% 0.34% -
HSV(B) 159.52º 0.98% 0.67% -
XYZ 17.65 30.37 20.85 -
YUV 114.57 127.67 49.13 -
System Red Green Blue C M Y K H S L
Decimal 4 171 114 0.98 0 0.33 0.33 159.52 0.95 0.34
Hex 4 AB 72 62 0 21 21 A0 5F 22
Octal 4 253 162 142 0 41 41 240 137 42
Binary 100 10101011 1110010 1100010 0 100001 100001 10100000 1011111 100010

Color Harmonies of #04AB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AB72

Black with #04AB72

Text Example


Text Example

White with #04AB72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,171,114); }

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

background-color css

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

 a { background-color: rgb(4,171,114); }

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

border-color css

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

 span { border-color: rgb(4,171,114); }

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