Html Css Color HEX #04AC66 Jade

📋 copy color: '#04AC66'

red 4 ◦ green 172 ◦ blue 102

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

Shades of Jade #04AC66

Tints of Jade #04AC66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 36.69%

R = 1.44%
G = 61.87%
B = 36.69%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#04AC66 (or 0x04AC66) is known color: Jade. HEX triplet: 04, AC and 66. RGB value is (4,172,102). Sum of RGB (Red+Green+Blue) = 4+172+102=278 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 278); Green value is 172 (67.58% from 255 or 61.87% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 172 - color contains mainly: green. Hex color #04AC66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AC66 is #FB5399. Grayscale: #717171. Windows color (decimal): -16470938 or 6728708. OLE color: 6728708.

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

Color convert

RGB 4 172 102 -
CMYK 0.98 0 0.41 0.33
HSL 155º 0.95% 0.35% -
HSV(B) 155º 0.98% 0.67% -
XYZ 17.2 30.49 17.55 -
YUV 113.79 121.34 49.69 -
System Red Green Blue C M Y K H S L
Decimal 4 172 102 0.98 0 0.41 0.33 155 0.95 0.35
Hex 4 AC 66 62 0 29 21 9B 5F 23
Octal 4 254 146 142 0 51 41 233 137 43
Binary 100 10101100 1100110 1100010 0 101001 100001 10011011 1011111 100011

Color Harmonies of #04AC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AC66

Black with #04AC66

Text Example


Text Example

White with #04AC66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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