#06AE5D

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

Shades of Pigment Green #06AE5D

Tints of Pigment Green #06AE5D

Color information

#06AE5D (or 0x06AE5D) is unknown color: approx Pigment Green. HEX triplet: 06, AE and 5D. RGB value is (6,174,93). Sum of RGB (Red+Green+Blue) = 6+174+93=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 174 (68.36% from 255 or 63.74% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 174 - color contains mainly: green. Hex color #06AE5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06AE5D is #F951A2. Grayscale: #727272. Windows color (decimal): -16339363 or 6139398. OLE color: 6139398.

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

Color convert

RGB617493-
CMYK0.9700.470.32
HSL151.07º93.33%35.29%-
HSV(B)151.07º96.55%68.24%-
XYZ17.1931.115.45-
YUV114.53115.8450.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.20%
GREEN value IS 174 (68.36% from 255) = 63.74%
BLUE value IS 93 (36.72% from 255) = 34.07%
R=2.20%
G=63.74%
B=34.07%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6174930.9700.470.32151.0793.3335.29
Hex6AE5D6102F20975d23
Octal62561351410574022713543
Binary11010101110101110111000010101111100000100101111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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