#09A22F

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

Shades of Dark Pastel Green #09A22F

Tints of Dark Pastel Green #09A22F

Color information

#09A22F (or 0x09A22F) is unknown color: approx Dark Pastel Green. HEX triplet: 09, A2 and 2F. RGB value is (9,162,47). Sum of RGB (Red+Green+Blue) = 9+162+47=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 162 (63.67% from 255 or 74.31% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 162 - color contains mainly: green. Hex color #09A22F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09A22F is #F65DD0. Grayscale: #676767. Windows color (decimal): -16145873 or 3121673. OLE color: 3121673.

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

Color convert

RGB916247-
CMYK0.9400.710.36
HSL134.9º89.47%33.53%-
HSV(B)134.9º94.44%63.53%-
XYZ13.5526.17.01-
YUV103.1496.3160.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.13%
GREEN value IS 162 (63.67% from 255) = 74.31%
BLUE value IS 47 (18.75% from 255) = 21.56%
R=4.13%
G=74.31%
B=21.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal9162470.9400.710.36134.989.4733.53
Hex9A22F5E04724875922
Octal112425713601074420713142
Binary100110100010101111101111001000111100100100001111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A22F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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