#0AA030

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

Shades of Dark Pastel Green #0AA030

Tints of Dark Pastel Green #0AA030

Color information

#0AA030 (or 0x0AA030) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, A0 and 30. RGB value is (10,160,48). Sum of RGB (Red+Green+Blue) = 10+160+48=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 160 (62.89% from 255 or 73.39% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA030 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA030 is #F55FCF. Grayscale: #666666. Windows color (decimal): -16080848 or 3186698. OLE color: 3186698.

HSL color Cylindrical-coordinate representation of color #0AA030: hue angle of 135.2º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA030 is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB1016048-
CMYK0.9400.700.37
HSL135.2º88.24%33.33%-
HSV(B)135.2º93.75%62.75%-
XYZ13.2325.427.01-
YUV102.3897.362.11-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.59%
GREEN value IS 160 (62.89% from 255) = 73.39%
BLUE value IS 48 (19.14% from 255) = 22.02%
R=4.59%
G=73.39%
B=22.02%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal10160480.9400.700.37135.288.2433.33
HexAA0305E04625875821
Octal122406013601064520713041
Binary101010100000110000101111001000110100101100001111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AA030; }

 p { color: rgb(10,160,48); }

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

<style>
 a { background-color: #0AA030; }

 a { background-color: rgb(10,160,48); }

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

<style>
 span { border-color: #0AA030; }

 span { border-color: rgb(10,160,48); }

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