Shades of Pigment Green #0F9843
Tints of Pigment Green #0F9843
RGB
CMYK
RGB Variations
Color information
#0F9843 (or 0x0F9843) is known color: Pigment Green. HEX triplet: 0F, 98 and 43. RGB value is (15,152,67). Sum of RGB (Red+Green+Blue) = 15+152+67=234 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.41% from 234); Green value is 152 (59.77% from 255 or 64.96% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 152 - color contains mainly: green. Hex color #0F9843 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9843 is #F067BC. Grayscale: #656565. Windows color (decimal): -15755197 or 4429839. OLE color: 4429839.
HSL color Cylindrical-coordinate representation of color #0F9843: hue angle of 142.77º 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 #0F9843 is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 15 | 152 | 67 | - |
| CMYK | 0.90 | 0 | 0.56 | 0.40 |
| HSL | 142.77º | 0.82% | 0.33% | - |
| HSV(B) | 142.77º | 0.9% | 0.6% | - |
| XYZ | 12.44 | 22.96 | 9.09 | - |
| YUV | 101.35 | 108.61 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 152 | 67 | 0.90 | 0 | 0.56 | 0.40 | 142.77 | 0.82 | 0.33 |
| Hex | F | 98 | 43 | 5A | 0 | 38 | 28 | 8F | 52 | 21 |
| Octal | 17 | 230 | 103 | 132 | 0 | 70 | 50 | 217 | 122 | 41 |
| Binary | 1111 | 10011000 | 1000011 | 1011010 | 0 | 111000 | 101000 | 10001111 | 1010010 | 100001 |
Color Harmonies of #0F9843
Complementary color
Monochromatic Colors of #0F9843
Black with #0F9843
Text Example
Text Example
White with #0F9843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9843; }
p { color: rgb(15,152,67); }
H1.HeaderClassName
{
color: #0F9843;
}
.AnyTagClassName
{
color: #0F9843;
}
</style>
background-color css
<style>
a { background-color: #0F9843; }
a { background-color: rgb(15,152,67); }
div.DivClassName
{
background-color: #0F9843;
}
.BgClassName
{
background-color: #0F9843;
}
</style>
border-color css
<style>
span { border-color: #0F9843; }
span { border-color: rgb(15,152,67); }
td.TdClassName
{
border-color: #0F9843;
}
.TagClassName
{
border-color: #0F9843;
}
</style>