Html Css Color HEX #04AC6E Jade

📋 copy color: '#04AC6E'

red 4 ◦ green 172 ◦ blue 110

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

Shades of Jade #04AC6E

Tints of Jade #04AC6E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 60.14%

 BLUE value IS 110 (43.36% from 255) = 38.46%

R = 1.4%
G = 60.14%
B = 38.46%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#04AC6E (or 0x04AC6E) is known color: Jade. HEX triplet: 04, AC and 6E. RGB value is (4,172,110). Sum of RGB (Red+Green+Blue) = 4+172+110=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 172 (67.58% from 255 or 60.14% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 172 - color contains mainly: green. Hex color #04AC6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AC6E is #FB5391. Grayscale: #727272. Windows color (decimal): -16470930 or 7252996. OLE color: 7252996.

HSL color Cylindrical-coordinate representation of color #04AC6E: hue angle of 157.86º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AC6E is Cyan = 0.98, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 172 110 -
CMYK 0.98 0 0.36 0.33
HSL 157.86º 0.95% 0.35% -
HSV(B) 157.86º 0.98% 0.67% -
XYZ 17.62 30.66 19.74 -
YUV 114.7 125.34 49.04 -
System Red Green Blue C M Y K H S L
Decimal 4 172 110 0.98 0 0.36 0.33 157.86 0.95 0.35
Hex 4 AC 6E 62 0 24 21 9E 5F 23
Octal 4 254 156 142 0 44 41 236 137 43
Binary 100 10101100 1101110 1100010 0 100100 100001 10011110 1011111 100011

Color Harmonies of #04AC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AC6E

Black with #04AC6E

Text Example


Text Example

White with #04AC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,172,110); }

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

background-color css

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

 a { background-color: rgb(4,172,110); }

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

border-color css

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

 span { border-color: rgb(4,172,110); }

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