#09A232

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

Shades of Dark Pastel Green #09A232

Tints of Dark Pastel Green #09A232

Color information

#09A232 (or 0x09A232) is unknown color: approx Dark Pastel Green. HEX triplet: 09, A2 and 32. RGB value is (9,162,50). Sum of RGB (Red+Green+Blue) = 9+162+50=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 162 (63.67% from 255 or 73.30% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 162 - color contains mainly: green. Hex color #09A232 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09A232 is #F65DCD. Grayscale: #676767. Windows color (decimal): -16145870 or 3318281. OLE color: 3318281.

HSL color Cylindrical-coordinate representation of color #09A232: hue angle of 136.08º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09A232 is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB916250-
CMYK0.9400.690.36
HSL136.08º89.47%33.53%-
HSV(B)136.08º94.44%63.53%-
XYZ13.6126.137.34-
YUV103.4897.8160.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.07%
GREEN value IS 162 (63.67% from 255) = 73.30%
BLUE value IS 50 (19.92% from 255) = 22.62%
R=4.07%
G=73.30%
B=22.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal9162500.9400.690.36136.0889.4733.53
Hex9A2325E04524885922
Octal112426213601054421013142
Binary100110100010110010101111001000101100100100010001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09A232; }

 p { color: rgb(9,162,50); }

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

<style>
 a { background-color: #09A232; }

 a { background-color: rgb(9,162,50); }

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

<style>
 span { border-color: #09A232; }

 span { border-color: rgb(9,162,50); }

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