#09B122

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

Shades of Dark Pastel Green #09B122

Tints of Dark Pastel Green #09B122

Color information

#09B122 (or 0x09B122) is unknown color: approx Dark Pastel Green. HEX triplet: 09, B1 and 22. RGB value is (9,177,34). Sum of RGB (Red+Green+Blue) = 9+177+34=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 177 (69.53% from 255 or 80.45% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 177 - color contains mainly: green. Hex color #09B122 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09B122 is #F64EDD. Grayscale: #6E6E6E. Windows color (decimal): -16142046 or 2273545. OLE color: 2273545.

HSL color Cylindrical-coordinate representation of color #09B122: hue angle of 128.93º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B122 is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB917734-
CMYK0.9500.810.31
HSL128.93º90.32%36.47%-
HSV(B)128.93º94.92%69.41%-
XYZ16.1231.626.77-
YUV110.4784.8455.63-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.09%
GREEN value IS 177 (69.53% from 255) = 80.45%
BLUE value IS 34 (13.67% from 255) = 15.45%
R=4.09%
G=80.45%
B=15.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9177340.9500.810.31128.9390.3236.47
Hex9B1225F0511F815a24
Octal112614213701213720113244
Binary10011011000110001010111110101000111111100000011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09B122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,177,34); }

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

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

 a { background-color: rgb(9,177,34); }

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

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

 span { border-color: rgb(9,177,34); }

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