#06AE59

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

Shades of Pigment Green #06AE59

Tints of Pigment Green #06AE59

Color information

#06AE59 (or 0x06AE59) is unknown color: approx Pigment Green. HEX triplet: 06, AE and 59. RGB value is (6,174,89). Sum of RGB (Red+Green+Blue) = 6+174+89=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 174 (68.36% from 255 or 64.68% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 174 - color contains mainly: green. Hex color #06AE59 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06AE59 is #F951A6. Grayscale: #727272. Windows color (decimal): -16339367 or 5877254. OLE color: 5877254.

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

Color convert

RGB617489-
CMYK0.9700.490.32
HSL149.64º93.33%35.29%-
HSV(B)149.64º96.55%68.24%-
XYZ17.0131.0314.54-
YUV114.08113.8450.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.23%
GREEN value IS 174 (68.36% from 255) = 64.68%
BLUE value IS 89 (35.16% from 255) = 33.09%
R=2.23%
G=64.68%
B=33.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6174890.9700.490.32149.6493.3335.29
Hex6AE596103120965d23
Octal62561311410614022613543
Binary11010101110101100111000010110001100000100101101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AE59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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