#06A93C

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

Shades of Dark Pastel Green #06A93C

Tints of Dark Pastel Green #06A93C

Color information

#06A93C (or 0x06A93C) is unknown color: approx Dark Pastel Green. HEX triplet: 06, A9 and 3C. RGB value is (6,169,60). Sum of RGB (Red+Green+Blue) = 6+169+60=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 169 (66.41% from 255 or 71.91% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 169 - color contains mainly: green. Hex color #06A93C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A93C is #F956C3. Grayscale: #6C6C6C. Windows color (decimal): -16340676 or 3975430. OLE color: 3975430.

HSL color Cylindrical-coordinate representation of color #06A93C: hue angle of 139.88º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A93C is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB616960-
CMYK0.9600.640.34
HSL139.88º93.14%34.31%-
HSV(B)139.88º96.45%66.27%-
XYZ15.0828.749.03-
YUV107.8410155.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.55%
GREEN value IS 169 (66.41% from 255) = 71.91%
BLUE value IS 60 (23.83% from 255) = 25.53%
R=2.55%
G=71.91%
B=25.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal6169600.9600.640.34139.8893.1434.31
Hex6A93C60040228c5d22
Octal62517414001004221413542
Binary11010101001111100110000001000000100010100011001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A93C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,169,60); }

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

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

 a { background-color: rgb(6,169,60); }

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

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

 span { border-color: rgb(6,169,60); }

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