#09A22A

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

Shades of Dark Pastel Green #09A22A

Tints of Dark Pastel Green #09A22A

Color information

#09A22A (or 0x09A22A) is unknown color: approx Dark Pastel Green. HEX triplet: 09, A2 and 2A. RGB value is (9,162,42). Sum of RGB (Red+Green+Blue) = 9+162+42=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 162 (63.67% from 255 or 76.06% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 162 - color contains mainly: green. Hex color #09A22A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09A22A is #F65DD5. Grayscale: #666666. Windows color (decimal): -16145878 or 2793993. OLE color: 2793993.

HSL color Cylindrical-coordinate representation of color #09A22A: hue angle of 132.94º 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 #09A22A is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB916242-
CMYK0.9400.740.36
HSL132.94º89.47%33.53%-
HSV(B)132.94º94.44%63.53%-
XYZ13.4526.076.51-
YUV102.5793.8161.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.23%
GREEN value IS 162 (63.67% from 255) = 76.06%
BLUE value IS 42 (16.80% from 255) = 19.72%
R=4.23%
G=76.06%
B=19.72%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal9162420.9400.740.36132.9489.4733.53
Hex9A22A5E04A24855922
Octal112425213601124420513142
Binary100110100010101010101111001001010100100100001011011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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