#06AA34

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

Shades of Dark Pastel Green #06AA34

Tints of Dark Pastel Green #06AA34

Color information

#06AA34 (or 0x06AA34) is unknown color: approx Dark Pastel Green. HEX triplet: 06, AA and 34. RGB value is (6,170,52). Sum of RGB (Red+Green+Blue) = 6+170+52=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 170 (66.80% from 255 or 74.56% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 170 - color contains mainly: green. Hex color #06AA34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06AA34 is #F955CB. Grayscale: #6B6B6B. Windows color (decimal): -16340428 or 3451398. OLE color: 3451398.

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

Color convert

RGB617052-
CMYK0.9600.690.33
HSL136.83º93.18%34.51%-
HSV(B)136.83º96.47%66.67%-
XYZ15.0729.048.06-
YUV107.5196.6755.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.63%
GREEN value IS 170 (66.80% from 255) = 74.56%
BLUE value IS 52 (20.70% from 255) = 22.81%
R=2.63%
G=74.56%
B=22.81%

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
Decimal6170520.9600.690.33136.8393.1834.51
Hex6AA346004521895d23
Octal62526414001054121113543
Binary11010101010110100110000001000101100001100010011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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