Html Css Color HEX #04AF7C Jade

📋 copy color: '#04AF7C'

red 4 ◦ green 175 ◦ blue 124

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

Shades of Jade #04AF7C

Tints of Jade #04AF7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.92%

R = 1.32%
G = 57.76%
B = 40.92%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#04AF7C (or 0x04AF7C) is known color: Jade. HEX triplet: 04, AF and 7C. RGB value is (4,175,124). Sum of RGB (Red+Green+Blue) = 4+175+124=303 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 303); Green value is 175 (68.75% from 255 or 57.76% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 175 - color contains mainly: green. Hex color #04AF7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AF7C is #FB5083. Grayscale: #767676. Windows color (decimal): -16470148 or 8171268. OLE color: 8171268.

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

Color convert

RGB 4 175 124 -
CMYK 0.98 0 0.29 0.31
HSL 162.11º 0.96% 0.35% -
HSV(B) 162.11º 0.98% 0.69% -
XYZ 19.02 32.14 24.27 -
YUV 118.06 131.35 46.65 -
System Red Green Blue C M Y K H S L
Decimal 4 175 124 0.98 0 0.29 0.31 162.11 0.96 0.35
Hex 4 AF 7C 62 0 1D 1F A2 60 23
Octal 4 257 174 142 0 35 37 242 140 43
Binary 100 10101111 1111100 1100010 0 11101 11111 10100010 1100000 100011

Color Harmonies of #04AF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AF7C

Black with #04AF7C

Text Example


Text Example

White with #04AF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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