Html Css Color HEX #04AF76 Jade

📋 copy color: '#04AF76'

red 4 ◦ green 175 ◦ blue 118

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

Shades of Jade #04AF76

Tints of Jade #04AF76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 39.73%

R = 1.35%
G = 58.92%
B = 39.73%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#04AF76 (or 0x04AF76) is known color: Jade. HEX triplet: 04, AF and 76. RGB value is (4,175,118). Sum of RGB (Red+Green+Blue) = 4+175+118=297 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 297); Green value is 175 (68.75% from 255 or 58.92% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 175 - color contains mainly: green. Hex color #04AF76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AF76 is #FB5089. Grayscale: #757575. Windows color (decimal): -16470154 or 7778052. OLE color: 7778052.

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

Color convert

RGB 4 175 118 -
CMYK 0.98 0 0.33 0.31
HSL 160º 0.96% 0.35% -
HSV(B) 160º 0.98% 0.69% -
XYZ 18.65 31.99 22.33 -
YUV 117.37 128.35 47.13 -
System Red Green Blue C M Y K H S L
Decimal 4 175 118 0.98 0 0.33 0.31 160 0.96 0.35
Hex 4 AF 76 62 0 21 1F A0 60 23
Octal 4 257 166 142 0 41 37 240 140 43
Binary 100 10101111 1110110 1100010 0 100001 11111 10100000 1100000 100011

Color Harmonies of #04AF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AF76

Black with #04AF76

Text Example


Text Example

White with #04AF76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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