#06AE62

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

Shades of Jade #06AE62

Tints of Jade #06AE62

Color information

#06AE62 (or 0x06AE62) is unknown color: approx Jade. HEX triplet: 06, AE and 62. RGB value is (6,174,98). Sum of RGB (Red+Green+Blue) = 6+174+98=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 174 (68.36% from 255 or 62.59% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 174 - color contains mainly: green. Hex color #06AE62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06AE62 is #F9519D. Grayscale: #737373. Windows color (decimal): -16339358 or 6467078. OLE color: 6467078.

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

Color convert

RGB617498-
CMYK0.9700.440.32
HSL152.86º93.33%35.29%-
HSV(B)152.86º96.55%68.24%-
XYZ17.4231.1916.66-
YUV115.1118.3450.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.16%
GREEN value IS 174 (68.36% from 255) = 62.59%
BLUE value IS 98 (38.67% from 255) = 35.25%
R=2.16%
G=62.59%
B=35.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6174980.9700.440.32152.8693.3335.29
Hex6AE626102C20995d23
Octal62561421410544023113543
Binary11010101110110001011000010101100100000100110011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AE62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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