Shades of Pigment Green #0F9A37
Tints of Pigment Green #0F9A37
RGB
CMYK
RGB Variations
Color information
#0F9A37 (or 0x0F9A37) is known color: Pigment Green. HEX triplet: 0F, 9A and 37. RGB value is (15,154,55). Sum of RGB (Red+Green+Blue) = 15+154+55=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 154 (60.55% from 255 or 68.75% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 154 - color contains mainly: green. Hex color #0F9A37 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9A37 is #F065C8. Grayscale: #656565. Windows color (decimal): -15754697 or 3643919. OLE color: 3643919.
HSL color Cylindrical-coordinate representation of color #0F9A37: hue angle of 137.27º 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 #0F9A37 is Cyan = 0.90, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 15 | 154 | 55 | - |
| CMYK | 0.90 | 0 | 0.64 | 0.40 |
| HSL | 137.27º | 0.82% | 0.33% | - |
| HSV(B) | 137.27º | 0.9% | 0.6% | - |
| XYZ | 12.44 | 23.49 | 7.49 | - |
| YUV | 101.15 | 101.95 | 66.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 154 | 55 | 0.90 | 0 | 0.64 | 0.40 | 137.27 | 0.82 | 0.33 |
| Hex | F | 9A | 37 | 5A | 0 | 40 | 28 | 89 | 52 | 21 |
| Octal | 17 | 232 | 67 | 132 | 0 | 100 | 50 | 211 | 122 | 41 |
| Binary | 1111 | 10011010 | 110111 | 1011010 | 0 | 1000000 | 101000 | 10001001 | 1010010 | 100001 |
Color Harmonies of #0F9A37
Complementary color
Monochromatic Colors of #0F9A37
Black with #0F9A37
Text Example
Text Example
White with #0F9A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9A37; }
p { color: rgb(15,154,55); }
H1.HeaderClassName
{
color: #0F9A37;
}
.AnyTagClassName
{
color: #0F9A37;
}
</style>
background-color css
<style>
a { background-color: #0F9A37; }
a { background-color: rgb(15,154,55); }
div.DivClassName
{
background-color: #0F9A37;
}
.BgClassName
{
background-color: #0F9A37;
}
</style>
border-color css
<style>
span { border-color: #0F9A37; }
span { border-color: rgb(15,154,55); }
td.TdClassName
{
border-color: #0F9A37;
}
.TagClassName
{
border-color: #0F9A37;
}
</style>