#06AA28

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

Shades of Dark Pastel Green #06AA28

Tints of Dark Pastel Green #06AA28

Color information

#06AA28 (or 0x06AA28) is unknown color: approx Dark Pastel Green. HEX triplet: 06, AA and 28. RGB value is (6,170,40). Sum of RGB (Red+Green+Blue) = 6+170+40=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 170 (66.80% from 255 or 78.70% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 170 - color contains mainly: green. Hex color #06AA28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06AA28 is #F955D7. Grayscale: #6A6A6A. Windows color (decimal): -16340440 or 2664966. OLE color: 2664966.

HSL color Cylindrical-coordinate representation of color #06AA28: hue angle of 132.44º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06AA28 is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB617040-
CMYK0.9600.760.33
HSL132.44º93.18%34.51%-
HSV(B)132.44º96.47%66.67%-
XYZ14.8328.946.81-
YUV106.1490.6756.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.78%
GREEN value IS 170 (66.80% from 255) = 78.70%
BLUE value IS 40 (16.02% from 255) = 18.52%
R=2.78%
G=78.70%
B=18.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6170400.9600.760.33132.4493.1834.51
Hex6AA286004C21845d23
Octal62525014001144120413543
Binary11010101010101000110000001001100100001100001001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,170,40); }

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

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

 a { background-color: rgb(6,170,40); }

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

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

 span { border-color: rgb(6,170,40); }

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