Shades of Dark Pastel Green #09CF41
Tints of Dark Pastel Green #09CF41
RGB
CMYK
RGB Variations
Color information
#09CF41 (or 0x09CF41) is known color: Dark Pastel Green. HEX triplet: 09, CF and 41. RGB value is (9,207,65). Sum of RGB (Red+Green+Blue) = 9+207+65=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 207 (81.25% from 255 or 73.67% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 207 - color contains mainly: green. Hex color #09CF41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09CF41 is #F630BE. Grayscale: #838383. Windows color (decimal): -16134335 or 4312841. OLE color: 4312841.
HSL color Cylindrical-coordinate representation of color #09CF41: hue angle of 136.97º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CF41 is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 207 | 65 | - |
| CMYK | 0.96 | 0 | 0.69 | 0.19 |
| HSL | 136.97º | 0.92% | 0.42% | - |
| HSV(B) | 136.97º | 0.96% | 0.81% | - |
| XYZ | 23.38 | 45.07 | 12.47 | - |
| YUV | 131.61 | 90.4 | 40.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 207 | 65 | 0.96 | 0 | 0.69 | 0.19 | 136.97 | 0.92 | 0.42 |
| Hex | 9 | CF | 41 | 60 | 0 | 45 | 13 | 89 | 5C | 2A |
| Octal | 11 | 317 | 101 | 140 | 0 | 105 | 23 | 211 | 134 | 52 |
| Binary | 1001 | 11001111 | 1000001 | 1100000 | 0 | 1000101 | 10011 | 10001001 | 1011100 | 101010 |
Color Harmonies of #09CF41
Complementary color
Monochromatic Colors of #09CF41
Black with #09CF41
Text Example
Text Example
White with #09CF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CF41; }
p { color: rgb(9,207,65); }
H1.HeaderClassName
{
color: #09CF41;
}
.AnyTagClassName
{
color: #09CF41;
}
</style>
background-color css
<style>
a { background-color: #09CF41; }
a { background-color: rgb(9,207,65); }
div.DivClassName
{
background-color: #09CF41;
}
.BgClassName
{
background-color: #09CF41;
}
</style>
border-color css
<style>
span { border-color: #09CF41; }
span { border-color: rgb(9,207,65); }
td.TdClassName
{
border-color: #09CF41;
}
.TagClassName
{
border-color: #09CF41;
}
</style>