#06AE61

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

Shades of Jade #06AE61

Tints of Jade #06AE61

Color information

#06AE61 (or 0x06AE61) is unknown color: approx Jade. HEX triplet: 06, AE and 61. RGB value is (6,174,97). Sum of RGB (Red+Green+Blue) = 6+174+97=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 174 (68.36% from 255 or 62.82% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 174 - color contains mainly: green. Hex color #06AE61 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06AE61 is #F9519E. Grayscale: #737373. Windows color (decimal): -16339359 or 6401542. OLE color: 6401542.

HSL color Cylindrical-coordinate representation of color #06AE61: hue angle of 152.5º 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 #06AE61 is Cyan = 0.97, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB617497-
CMYK0.9700.440.32
HSL152.5º93.33%35.29%-
HSV(B)152.5º96.55%68.24%-
XYZ17.3731.1716.41-
YUV114.99117.8450.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.17%
GREEN value IS 174 (68.36% from 255) = 62.82%
BLUE value IS 97 (38.28% from 255) = 35.02%
R=2.17%
G=62.82%
B=35.02%

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
Decimal6174970.9700.440.32152.593.3335.29
Hex6AE616102C20985d23
Octal62561411410544023013543
Binary11010101110110000111000010101100100000100110001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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