Html Css Color HEX #04AF67 Jade

📋 copy color: '#04AF67'

red 4 ◦ green 175 ◦ blue 103

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

Shades of Jade #04AF67

Tints of Jade #04AF67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.52%

R = 1.42%
G = 62.06%
B = 36.52%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#04AF67 (or 0x04AF67) is known color: Jade. HEX triplet: 04, AF and 67. RGB value is (4,175,103). Sum of RGB (Red+Green+Blue) = 4+175+103=282 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 282); Green value is 175 (68.75% from 255 or 62.06% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 175 - color contains mainly: green. Hex color #04AF67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AF67 is #FB5098. Grayscale: #737373. Windows color (decimal): -16470169 or 6795012. OLE color: 6795012.

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

Color convert

RGB 4 175 103 -
CMYK 0.98 0 0.41 0.31
HSL 154.74º 0.96% 0.35% -
HSV(B) 154.74º 0.98% 0.69% -
XYZ 17.83 31.67 18 -
YUV 115.66 120.85 48.35 -
System Red Green Blue C M Y K H S L
Decimal 4 175 103 0.98 0 0.41 0.31 154.74 0.96 0.35
Hex 4 AF 67 62 0 29 1F 9B 60 23
Octal 4 257 147 142 0 51 37 233 140 43
Binary 100 10101111 1100111 1100010 0 101001 11111 10011011 1100000 100011

Color Harmonies of #04AF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AF67

Black with #04AF67

Text Example


Text Example

White with #04AF67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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