Shades of Dark Pastel Green #09C832
Tints of Dark Pastel Green #09C832
RGB
CMYK
RGB Variations
Color information
#09C832 (or 0x09C832) is known color: Dark Pastel Green. HEX triplet: 09, C8 and 32. RGB value is (9,200,50). Sum of RGB (Red+Green+Blue) = 9+200+50=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 200 (78.52% from 255 or 77.22% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 200 - color contains mainly: green. Hex color #09C832 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09C832 is #F637CD. Grayscale: #7E7E7E. Windows color (decimal): -16136142 or 3328009. OLE color: 3328009.
HSL color Cylindrical-coordinate representation of color #09C832: hue angle of 132.88º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C832 is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 200 | 50 | - |
| CMYK | 0.96 | 0 | 0.75 | 0.22 |
| HSL | 132.88º | 0.91% | 0.41% | - |
| HSV(B) | 132.88º | 0.96% | 0.78% | - |
| XYZ | 21.34 | 41.6 | 9.92 | - |
| YUV | 125.79 | 85.22 | 44.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 200 | 50 | 0.96 | 0 | 0.75 | 0.22 | 132.88 | 0.91 | 0.41 |
| Hex | 9 | C8 | 32 | 60 | 0 | 4B | 16 | 85 | 5B | 29 |
| Octal | 11 | 310 | 62 | 140 | 0 | 113 | 26 | 205 | 133 | 51 |
| Binary | 1001 | 11001000 | 110010 | 1100000 | 0 | 1001011 | 10110 | 10000101 | 1011011 | 101001 |
Color Harmonies of #09C832
Complementary color
Monochromatic Colors of #09C832
Black with #09C832
Text Example
Text Example
White with #09C832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C832; }
p { color: rgb(9,200,50); }
H1.HeaderClassName
{
color: #09C832;
}
.AnyTagClassName
{
color: #09C832;
}
</style>
background-color css
<style>
a { background-color: #09C832; }
a { background-color: rgb(9,200,50); }
div.DivClassName
{
background-color: #09C832;
}
.BgClassName
{
background-color: #09C832;
}
</style>
border-color css
<style>
span { border-color: #09C832; }
span { border-color: rgb(9,200,50); }
td.TdClassName
{
border-color: #09C832;
}
.TagClassName
{
border-color: #09C832;
}
</style>