Shades of Pigment Green #0F9538
Tints of Pigment Green #0F9538
RGB
CMYK
RGB Variations
Color information
#0F9538 (or 0x0F9538) is known color: Pigment Green. HEX triplet: 0F, 95 and 38. RGB value is (15,149,56). Sum of RGB (Red+Green+Blue) = 15+149+56=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 149 (58.59% from 255 or 67.73% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 149 - color contains mainly: green. Hex color #0F9538 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9538 is #F06AC7. Grayscale: #626262. Windows color (decimal): -15755976 or 3708175. OLE color: 3708175.
HSL color Cylindrical-coordinate representation of color #0F9538: hue angle of 138.36º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9538 is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 149 | 56 | - |
| CMYK | 0.90 | 0 | 0.62 | 0.42 |
| HSL | 138.36º | 0.82% | 0.32% | - |
| HSV(B) | 138.36º | 0.9% | 0.58% | - |
| XYZ | 11.66 | 21.88 | 7.35 | - |
| YUV | 98.33 | 104.11 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 149 | 56 | 0.90 | 0 | 0.62 | 0.42 | 138.36 | 0.82 | 0.32 |
| Hex | F | 95 | 38 | 5A | 0 | 3E | 2A | 8A | 52 | 20 |
| Octal | 17 | 225 | 70 | 132 | 0 | 76 | 52 | 212 | 122 | 40 |
| Binary | 1111 | 10010101 | 111000 | 1011010 | 0 | 111110 | 101010 | 10001010 | 1010010 | 100000 |
Color Harmonies of #0F9538
Complementary color
Monochromatic Colors of #0F9538
Black with #0F9538
Text Example
Text Example
White with #0F9538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9538; }
p { color: rgb(15,149,56); }
H1.HeaderClassName
{
color: #0F9538;
}
.AnyTagClassName
{
color: #0F9538;
}
</style>
background-color css
<style>
a { background-color: #0F9538; }
a { background-color: rgb(15,149,56); }
div.DivClassName
{
background-color: #0F9538;
}
.BgClassName
{
background-color: #0F9538;
}
</style>
border-color css
<style>
span { border-color: #0F9538; }
span { border-color: rgb(15,149,56); }
td.TdClassName
{
border-color: #0F9538;
}
.TagClassName
{
border-color: #0F9538;
}
</style>