Shades of Dark Pastel Green #09C231
Tints of Dark Pastel Green #09C231
RGB
CMYK
RGB Variations
Color information
#09C231 (or 0x09C231) is known color: Dark Pastel Green. HEX triplet: 09, C2 and 31. RGB value is (9,194,49). Sum of RGB (Red+Green+Blue) = 9+194+49=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 194 (76.17% from 255 or 76.98% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 194 - color contains mainly: green. Hex color #09C231 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09C231 is #F63DCE. Grayscale: #7A7A7A. Windows color (decimal): -16137679 or 3260937. OLE color: 3260937.
HSL color Cylindrical-coordinate representation of color #09C231: hue angle of 132.97º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C231 is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 194 | 49 | - |
| CMYK | 0.95 | 0 | 0.75 | 0.24 |
| HSL | 132.97º | 0.91% | 0.4% | - |
| HSV(B) | 132.97º | 0.95% | 0.76% | - |
| XYZ | 19.96 | 38.86 | 9.36 | - |
| YUV | 122.16 | 86.71 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 194 | 49 | 0.95 | 0 | 0.75 | 0.24 | 132.97 | 0.91 | 0.4 |
| Hex | 9 | C2 | 31 | 5F | 0 | 4B | 18 | 85 | 5B | 28 |
| Octal | 11 | 302 | 61 | 137 | 0 | 113 | 30 | 205 | 133 | 50 |
| Binary | 1001 | 11000010 | 110001 | 1011111 | 0 | 1001011 | 11000 | 10000101 | 1011011 | 101000 |
Color Harmonies of #09C231
Complementary color
Monochromatic Colors of #09C231
Black with #09C231
Text Example
Text Example
White with #09C231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C231; }
p { color: rgb(9,194,49); }
H1.HeaderClassName
{
color: #09C231;
}
.AnyTagClassName
{
color: #09C231;
}
</style>
background-color css
<style>
a { background-color: #09C231; }
a { background-color: rgb(9,194,49); }
div.DivClassName
{
background-color: #09C231;
}
.BgClassName
{
background-color: #09C231;
}
</style>
border-color css
<style>
span { border-color: #09C231; }
span { border-color: rgb(9,194,49); }
td.TdClassName
{
border-color: #09C231;
}
.TagClassName
{
border-color: #09C231;
}
</style>