Shades of Pigment Green #0F993A
Tints of Pigment Green #0F993A
RGB
CMYK
RGB Variations
Color information
#0F993A (or 0x0F993A) is known color: Pigment Green. HEX triplet: 0F, 99 and 3A. RGB value is (15,153,58). Sum of RGB (Red+Green+Blue) = 15+153+58=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 153 (60.16% from 255 or 67.70% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 153 - color contains mainly: green. Hex color #0F993A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F993A is #F066C5. Grayscale: #656565. Windows color (decimal): -15754950 or 3840271. OLE color: 3840271.
HSL color Cylindrical-coordinate representation of color #0F993A: hue angle of 138.7º 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 #0F993A is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 15 | 153 | 58 | - |
| CMYK | 0.90 | 0 | 0.62 | 0.4 |
| HSL | 138.7º | 0.82% | 0.33% | - |
| HSV(B) | 138.7º | 0.9% | 0.6% | - |
| XYZ | 12.35 | 23.19 | 7.83 | - |
| YUV | 100.91 | 103.78 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 153 | 58 | 0.90 | 0 | 0.62 | 0.4 | 138.7 | 0.82 | 0.33 |
| Hex | F | 99 | 3A | 5A | 0 | 3E | 28 | 8B | 52 | 21 |
| Octal | 17 | 231 | 72 | 132 | 0 | 76 | 50 | 213 | 122 | 41 |
| Binary | 1111 | 10011001 | 111010 | 1011010 | 0 | 111110 | 101000 | 10001011 | 1010010 | 100001 |
Color Harmonies of #0F993A
Complementary color
Monochromatic Colors of #0F993A
Black with #0F993A
Text Example
Text Example
White with #0F993A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F993A; }
p { color: rgb(15,153,58); }
H1.HeaderClassName
{
color: #0F993A;
}
.AnyTagClassName
{
color: #0F993A;
}
</style>
background-color css
<style>
a { background-color: #0F993A; }
a { background-color: rgb(15,153,58); }
div.DivClassName
{
background-color: #0F993A;
}
.BgClassName
{
background-color: #0F993A;
}
</style>
border-color css
<style>
span { border-color: #0F993A; }
span { border-color: rgb(15,153,58); }
td.TdClassName
{
border-color: #0F993A;
}
.TagClassName
{
border-color: #0F993A;
}
</style>