Html Css Color HEX #04AF5E Jade

📋 copy color: '#04AF5E'

red 4 ◦ green 175 ◦ blue 94

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

Shades of Jade #04AF5E

Tints of Jade #04AF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.43%

R = 1.47%
G = 64.1%
B = 34.43%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#04AF5E (or 0x04AF5E) is known color: Jade. HEX triplet: 04, AF and 5E. RGB value is (4,175,94). Sum of RGB (Red+Green+Blue) = 4+175+94=273 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 273); Green value is 175 (68.75% from 255 or 64.10% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 175 - color contains mainly: green. Hex color #04AF5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AF5E is #FB50A1. Grayscale: #727272. Windows color (decimal): -16470178 or 6205188. OLE color: 6205188.

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

Color convert

RGB 4 175 94 -
CMYK 0.98 0 0.46 0.31
HSL 151.58º 0.96% 0.35% -
HSV(B) 151.58º 0.98% 0.69% -
XYZ 17.4 31.49 15.75 -
YUV 114.64 116.35 49.09 -
System Red Green Blue C M Y K H S L
Decimal 4 175 94 0.98 0 0.46 0.31 151.58 0.96 0.35
Hex 4 AF 5E 62 0 2E 1F 98 60 23
Octal 4 257 136 142 0 56 37 230 140 43
Binary 100 10101111 1011110 1100010 0 101110 11111 10011000 1100000 100011

Color Harmonies of #04AF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AF5E

Black with #04AF5E

Text Example


Text Example

White with #04AF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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