Shades of Dark Pastel Green #009F27
Tints of Dark Pastel Green #009F27
RGB
CMYK
RGB Variations
Color information
#009F27 (or 0x009F27) is known color: Dark Pastel Green. HEX triplet: 00, 9F and 27. RGB value is (0,159,39). Sum of RGB (Red+Green+Blue) = 0+159+39=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 159 (62.5% from 255 or 80.30% from 198); Blue value is 39 (15.62% from 255 or 19.70% from 198); Max value from RGB is 159 - color contains mainly: green. Hex color #009F27 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009F27 is #FF60D8. Grayscale: #626262. Windows color (decimal): -16736473 or 2596608. OLE color: 2596608.
HSL color Cylindrical-coordinate representation of color #009F27: hue angle of 134.72º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009F27 is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 159 | 39 | - |
| CMYK | 1 | 0 | 0.75 | 0.38 |
| HSL | 134.72º | 1% | 0.31% | - |
| HSV(B) | 134.72º | 1% | 0.62% | - |
| XYZ | 12.76 | 24.94 | 6.06 | - |
| YUV | 97.78 | 94.82 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 159 | 39 | 1 | 0 | 0.75 | 0.38 | 134.72 | 1 | 0.31 |
| Hex | 0 | 9F | 27 | 64 | 0 | 4B | 26 | 87 | 64 | 1F |
| Octal | 0 | 237 | 47 | 144 | 0 | 113 | 46 | 207 | 144 | 37 |
| Binary | 0 | 10011111 | 100111 | 1100100 | 0 | 1001011 | 100110 | 10000111 | 1100100 | 11111 |
Color Harmonies of #009F27
Complementary color
Monochromatic Colors of #009F27
Black with #009F27
Text Example
Text Example
White with #009F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009F27; }
p { color: rgb(0,159,39); }
H1.HeaderClassName
{
color: #009F27;
}
.AnyTagClassName
{
color: #009F27;
}
</style>
background-color css
<style>
a { background-color: #009F27; }
a { background-color: rgb(0,159,39); }
div.DivClassName
{
background-color: #009F27;
}
.BgClassName
{
background-color: #009F27;
}
</style>
border-color css
<style>
span { border-color: #009F27; }
span { border-color: rgb(0,159,39); }
td.TdClassName
{
border-color: #009F27;
}
.TagClassName
{
border-color: #009F27;
}
</style>