#06AA35

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

Shades of Dark Pastel Green #06AA35

Tints of Dark Pastel Green #06AA35

Color information

#06AA35 (or 0x06AA35) is unknown color: approx Dark Pastel Green. HEX triplet: 06, AA and 35. RGB value is (6,170,53). Sum of RGB (Red+Green+Blue) = 6+170+53=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 170 (66.80% from 255 or 74.24% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 170 - color contains mainly: green. Hex color #06AA35 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06AA35 is #F955CA. Grayscale: #6B6B6B. Windows color (decimal): -16340427 or 3516934. OLE color: 3516934.

HSL color Cylindrical-coordinate representation of color #06AA35: hue angle of 137.2º 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 #06AA35 is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB617053-
CMYK0.9600.690.33
HSL137.2º93.18%34.51%-
HSV(B)137.2º96.47%66.67%-
XYZ15.0929.058.18-
YUV107.6397.1755.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.62%
GREEN value IS 170 (66.80% from 255) = 74.24%
BLUE value IS 53 (21.09% from 255) = 23.14%
R=2.62%
G=74.24%
B=23.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6170530.9600.690.33137.293.1834.51
Hex6AA356004521895d23
Octal62526514001054121113543
Binary11010101010110101110000001000101100001100010011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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