Html Css Color HEX #04AF73 Jade

📋 copy color: '#04AF73'

red 4 ◦ green 175 ◦ blue 115

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

Shades of Jade #04AF73

Tints of Jade #04AF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 39.12%

R = 1.36%
G = 59.52%
B = 39.12%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#04AF73 (or 0x04AF73) is known color: Jade. HEX triplet: 04, AF and 73. RGB value is (4,175,115). Sum of RGB (Red+Green+Blue) = 4+175+115=294 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 294); Green value is 175 (68.75% from 255 or 59.52% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 175 - color contains mainly: green. Hex color #04AF73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AF73 is #FB508C. Grayscale: #757575. Windows color (decimal): -16470157 or 7581444. OLE color: 7581444.

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

Color convert

RGB 4 175 115 -
CMYK 0.98 0 0.34 0.31
HSL 158.95º 0.96% 0.35% -
HSV(B) 158.95º 0.98% 0.69% -
XYZ 18.47 31.92 21.41 -
YUV 117.03 126.85 47.38 -
System Red Green Blue C M Y K H S L
Decimal 4 175 115 0.98 0 0.34 0.31 158.95 0.96 0.35
Hex 4 AF 73 62 0 22 1F 9F 60 23
Octal 4 257 163 142 0 42 37 237 140 43
Binary 100 10101111 1110011 1100010 0 100010 11111 10011111 1100000 100011

Color Harmonies of #04AF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AF73

Black with #04AF73

Text Example


Text Example

White with #04AF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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