Shades of Pigment Green #0F9B3A
Tints of Pigment Green #0F9B3A
RGB
CMYK
RGB Variations
Color information
#0F9B3A (or 0x0F9B3A) is known color: Pigment Green. HEX triplet: 0F, 9B and 3A. RGB value is (15,155,58). Sum of RGB (Red+Green+Blue) = 15+155+58=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 155 (60.94% from 255 or 67.98% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 155 - color contains mainly: green. Hex color #0F9B3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9B3A is #F064C5. Grayscale: #666666. Windows color (decimal): -15754438 or 3840783. OLE color: 3840783.
HSL color Cylindrical-coordinate representation of color #0F9B3A: hue angle of 138.43º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9B3A is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 155 | 58 | - |
| CMYK | 0.90 | 0 | 0.63 | 0.39 |
| HSL | 138.43º | 0.82% | 0.33% | - |
| HSV(B) | 138.43º | 0.9% | 0.61% | - |
| XYZ | 12.68 | 23.85 | 7.94 | - |
| YUV | 102.08 | 103.12 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 155 | 58 | 0.90 | 0 | 0.63 | 0.39 | 138.43 | 0.82 | 0.33 |
| Hex | F | 9B | 3A | 5A | 0 | 3F | 27 | 8A | 52 | 21 |
| Octal | 17 | 233 | 72 | 132 | 0 | 77 | 47 | 212 | 122 | 41 |
| Binary | 1111 | 10011011 | 111010 | 1011010 | 0 | 111111 | 100111 | 10001010 | 1010010 | 100001 |
Color Harmonies of #0F9B3A
Complementary color
Monochromatic Colors of #0F9B3A
Black with #0F9B3A
Text Example
Text Example
White with #0F9B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9B3A; }
p { color: rgb(15,155,58); }
H1.HeaderClassName
{
color: #0F9B3A;
}
.AnyTagClassName
{
color: #0F9B3A;
}
</style>
background-color css
<style>
a { background-color: #0F9B3A; }
a { background-color: rgb(15,155,58); }
div.DivClassName
{
background-color: #0F9B3A;
}
.BgClassName
{
background-color: #0F9B3A;
}
</style>
border-color css
<style>
span { border-color: #0F9B3A; }
span { border-color: rgb(15,155,58); }
td.TdClassName
{
border-color: #0F9B3A;
}
.TagClassName
{
border-color: #0F9B3A;
}
</style>