Html Css Color HEX #04AB64 Jade

📋 copy color: '#04AB64'

red 4 ◦ green 171 ◦ blue 100

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

Shades of Jade #04AB64

Tints of Jade #04AB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 36.36%

R = 1.45%
G = 62.18%
B = 36.36%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#04AB64 (or 0x04AB64) is known color: Jade. HEX triplet: 04, AB and 64. RGB value is (4,171,100). Sum of RGB (Red+Green+Blue) = 4+171+100=275 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 275); Green value is 171 (67.19% from 255 or 62.18% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 171 - color contains mainly: green. Hex color #04AB64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AB64 is #FB549B. Grayscale: #717171. Windows color (decimal): -16471196 or 6597380. OLE color: 6597380.

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

Color convert

RGB 4 171 100 -
CMYK 0.98 0 0.42 0.33
HSL 154.49º 0.95% 0.34% -
HSV(B) 154.49º 0.98% 0.67% -
XYZ 16.91 30.07 16.97 -
YUV 112.97 120.67 50.27 -
System Red Green Blue C M Y K H S L
Decimal 4 171 100 0.98 0 0.42 0.33 154.49 0.95 0.34
Hex 4 AB 64 62 0 2A 21 9A 5F 22
Octal 4 253 144 142 0 52 41 232 137 42
Binary 100 10101011 1100100 1100010 0 101010 100001 10011010 1011111 100010

Color Harmonies of #04AB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AB64

Black with #04AB64

Text Example


Text Example

White with #04AB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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