#09B442

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

Shades of Dark Pastel Green #09B442

Tints of Dark Pastel Green #09B442

Color information

#09B442 (or 0x09B442) is unknown color: approx Dark Pastel Green. HEX triplet: 09, B4 and 42. RGB value is (9,180,66). Sum of RGB (Red+Green+Blue) = 9+180+66=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 180 (70.70% from 255 or 70.59% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 180 - color contains mainly: green. Hex color #09B442 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09B442 is #F64BBD. Grayscale: #747474. Windows color (decimal): -16141246 or 4371465. OLE color: 4371465.

HSL color Cylindrical-coordinate representation of color #09B442: hue angle of 140º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B442 is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB918066-
CMYK0.9500.630.29
HSL140º90.48%37.06%-
HSV(B)140º95%70.59%-
XYZ17.4233.0910.62-
YUV115.8899.8551.77-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.53%
GREEN value IS 180 (70.70% from 255) = 70.59%
BLUE value IS 66 (26.17% from 255) = 25.88%
R=3.53%
G=70.59%
B=25.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal9180660.9500.630.2914090.4837.06
Hex9B4425F03F1D8c5a25
Octal112641021370773521413245
Binary10011011010010000101011111011111111101100011001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09B442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,180,66); }

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

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

 a { background-color: rgb(9,180,66); }

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

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

 span { border-color: rgb(9,180,66); }

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