Shades of Pigment Green #0F9840
Tints of Pigment Green #0F9840
RGB
CMYK
RGB Variations
Color information
#0F9840 (or 0x0F9840) is known color: Pigment Green. HEX triplet: 0F, 98 and 40. RGB value is (15,152,64). Sum of RGB (Red+Green+Blue) = 15+152+64=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 152 (59.77% from 255 or 65.80% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 152 - color contains mainly: green. Hex color #0F9840 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9840 is #F067BF. Grayscale: #656565. Windows color (decimal): -15755200 or 4233231. OLE color: 4233231.
HSL color Cylindrical-coordinate representation of color #0F9840: hue angle of 141.46º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9840 is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 15 | 152 | 64 | - |
| CMYK | 0.90 | 0 | 0.58 | 0.40 |
| HSL | 141.46º | 0.82% | 0.33% | - |
| HSV(B) | 141.46º | 0.9% | 0.6% | - |
| XYZ | 12.35 | 22.93 | 8.63 | - |
| YUV | 101.01 | 107.11 | 66.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 152 | 64 | 0.90 | 0 | 0.58 | 0.40 | 141.46 | 0.82 | 0.33 |
| Hex | F | 98 | 40 | 5A | 0 | 3A | 28 | 8D | 52 | 21 |
| Octal | 17 | 230 | 100 | 132 | 0 | 72 | 50 | 215 | 122 | 41 |
| Binary | 1111 | 10011000 | 1000000 | 1011010 | 0 | 111010 | 101000 | 10001101 | 1010010 | 100001 |
Color Harmonies of #0F9840
Complementary color
Monochromatic Colors of #0F9840
Black with #0F9840
Text Example
Text Example
White with #0F9840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9840; }
p { color: rgb(15,152,64); }
H1.HeaderClassName
{
color: #0F9840;
}
.AnyTagClassName
{
color: #0F9840;
}
</style>
background-color css
<style>
a { background-color: #0F9840; }
a { background-color: rgb(15,152,64); }
div.DivClassName
{
background-color: #0F9840;
}
.BgClassName
{
background-color: #0F9840;
}
</style>
border-color css
<style>
span { border-color: #0F9840; }
span { border-color: rgb(15,152,64); }
td.TdClassName
{
border-color: #0F9840;
}
.TagClassName
{
border-color: #0F9840;
}
</style>