Shades of Pigment Green #0F993C
Tints of Pigment Green #0F993C
RGB
CMYK
RGB Variations
Color information
#0F993C (or 0x0F993C) is known color: Pigment Green. HEX triplet: 0F, 99 and 3C. RGB value is (15,153,60). Sum of RGB (Red+Green+Blue) = 15+153+60=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 153 (60.16% from 255 or 67.11% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 153 - color contains mainly: green. Hex color #0F993C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F993C is #F066C3. Grayscale: #656565. Windows color (decimal): -15754948 or 3971343. OLE color: 3971343.
HSL color Cylindrical-coordinate representation of color #0F993C: hue angle of 139.57º 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 #0F993C is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 15 | 153 | 60 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.4 |
| HSL | 139.57º | 0.82% | 0.33% | - |
| HSV(B) | 139.57º | 0.9% | 0.6% | - |
| XYZ | 12.4 | 23.21 | 8.1 | - |
| YUV | 101.14 | 104.78 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 153 | 60 | 0.90 | 0 | 0.61 | 0.4 | 139.57 | 0.82 | 0.33 |
| Hex | F | 99 | 3C | 5A | 0 | 3D | 28 | 8C | 52 | 21 |
| Octal | 17 | 231 | 74 | 132 | 0 | 75 | 50 | 214 | 122 | 41 |
| Binary | 1111 | 10011001 | 111100 | 1011010 | 0 | 111101 | 101000 | 10001100 | 1010010 | 100001 |
Color Harmonies of #0F993C
Complementary color
Monochromatic Colors of #0F993C
Black with #0F993C
Text Example
Text Example
White with #0F993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F993C; }
p { color: rgb(15,153,60); }
H1.HeaderClassName
{
color: #0F993C;
}
.AnyTagClassName
{
color: #0F993C;
}
</style>
background-color css
<style>
a { background-color: #0F993C; }
a { background-color: rgb(15,153,60); }
div.DivClassName
{
background-color: #0F993C;
}
.BgClassName
{
background-color: #0F993C;
}
</style>
border-color css
<style>
span { border-color: #0F993C; }
span { border-color: rgb(15,153,60); }
td.TdClassName
{
border-color: #0F993C;
}
.TagClassName
{
border-color: #0F993C;
}
</style>