#06AC62

Color #06AC62 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #06AC62

Tints of Jade #06AC62

Color information

#06AC62 (or 0x06AC62) is unknown color: approx Jade. HEX triplet: 06, AC and 62. RGB value is (6,172,98). Sum of RGB (Red+Green+Blue) = 6+172+98=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 172 (67.58% from 255 or 62.32% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 172 - color contains mainly: green. Hex color #06AC62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06AC62 is #F9539D. Grayscale: #727272. Windows color (decimal): -16339870 or 6466566. OLE color: 6466566.

HSL color Cylindrical-coordinate representation of color #06AC62: hue angle of 153.25º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AC62 is Cyan = 0.97, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB617298-
CMYK0.9700.430.33
HSL153.25º93.26%34.9%-
HSV(B)153.25º96.51%67.45%-
XYZ17.0330.4316.53-
YUV113.9311951.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.17%
GREEN value IS 172 (67.58% from 255) = 62.32%
BLUE value IS 98 (38.67% from 255) = 35.51%
R=2.17%
G=62.32%
B=35.51%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6172980.9700.430.33153.2593.2634.9
Hex6AC626102B21995d23
Octal62541421410534123113543
Binary11010101100110001011000010101011100001100110011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06AC62; }

 p { color: rgb(6,172,98); }

 H1.HeaderClassName
 {
   color: #06AC62;
 }
 .AnyTagClassName
 {
   color: #06AC62;
 }
</style>
background-color css

<style>
 a { background-color: #06AC62; }

 a { background-color: rgb(6,172,98); }

 div.DivClassName
 {
   background-color: #06AC62;
 }
 .BgClassName
 {
   background-color: #06AC62;
 }
</style>
border-color css

<style>
 span { border-color: #06AC62; }

 span { border-color: rgb(6,172,98); }

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