Html Css Color HEX #04AF77 Jade

📋 copy color: '#04AF77'

red 4 ◦ green 175 ◦ blue 119

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

Shades of Jade #04AF77

Tints of Jade #04AF77

RGB

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

 GREEN value IS 175 (68.75% from 255) = 58.72%

 BLUE value IS 119 (46.88% from 255) = 39.93%

R = 1.34%
G = 58.72%
B = 39.93%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#04AF77 (or 0x04AF77) is known color: Jade. HEX triplet: 04, AF and 77. RGB value is (4,175,119). Sum of RGB (Red+Green+Blue) = 4+175+119=298 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 298); Green value is 175 (68.75% from 255 or 58.72% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 175 - color contains mainly: green. Hex color #04AF77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AF77 is #FB5088. Grayscale: #757575. Windows color (decimal): -16470153 or 7843588. OLE color: 7843588.

HSL color Cylindrical-coordinate representation of color #04AF77: hue angle of 160.35º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AF77 is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 4 175 119 -
CMYK 0.98 0 0.32 0.31
HSL 160.35º 0.96% 0.35% -
HSV(B) 160.35º 0.98% 0.69% -
XYZ 18.71 32.02 22.65 -
YUV 117.49 128.85 47.05 -
System Red Green Blue C M Y K H S L
Decimal 4 175 119 0.98 0 0.32 0.31 160.35 0.96 0.35
Hex 4 AF 77 62 0 20 1F A0 60 23
Octal 4 257 167 142 0 40 37 240 140 43
Binary 100 10101111 1110111 1100010 0 100000 11111 10100000 1100000 100011

Color Harmonies of #04AF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AF77

Black with #04AF77

Text Example


Text Example

White with #04AF77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,175,119); }

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

background-color css

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

 a { background-color: rgb(4,175,119); }

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

border-color css

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

 span { border-color: rgb(4,175,119); }

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