#06AE26

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

Shades of Dark Pastel Green #06AE26

Tints of Dark Pastel Green #06AE26

Color information

#06AE26 (or 0x06AE26) is unknown color: approx Dark Pastel Green. HEX triplet: 06, AE and 26. RGB value is (6,174,38). Sum of RGB (Red+Green+Blue) = 6+174+38=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 174 (68.36% from 255 or 79.82% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 174 - color contains mainly: green. Hex color #06AE26 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06AE26 is #F951D9. Grayscale: #6C6C6C. Windows color (decimal): -16339418 or 2534918. OLE color: 2534918.

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

Color convert

RGB617438-
CMYK0.9700.780.32
HSL131.43º93.33%35.29%-
HSV(B)131.43º96.55%68.24%-
XYZ15.5630.456.89-
YUV108.2688.3455.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.75%
GREEN value IS 174 (68.36% from 255) = 79.82%
BLUE value IS 38 (15.23% from 255) = 17.43%
R=2.75%
G=79.82%
B=17.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6174380.9700.780.32131.4393.3335.29
Hex6AE266104E20835d23
Octal62564614101164020313543
Binary11010101110100110110000101001110100000100000111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AE26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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