Shades of Pigment Green #0FA55B
Tints of Pigment Green #0FA55B
RGB
CMYK
RGB Variations
Color information
#0FA55B (or 0x0FA55B) is known color: Pigment Green. HEX triplet: 0F, A5 and 5B. RGB value is (15,165,91). Sum of RGB (Red+Green+Blue) = 15+165+91=271 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.54% from 271); Green value is 165 (64.84% from 255 or 60.89% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 165 - color contains mainly: green. Hex color #0FA55B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA55B is #F05AA4. Grayscale: #6F6F6F. Windows color (decimal): -15751845 or 6006031. OLE color: 6006031.
HSL color Cylindrical-coordinate representation of color #0FA55B: hue angle of 150.4º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA55B is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 165 | 91 | - |
| CMYK | 0.91 | 0 | 0.45 | 0.35 |
| HSL | 150.4º | 0.83% | 0.35% | - |
| HSV(B) | 150.4º | 0.91% | 0.65% | - |
| XYZ | 15.54 | 27.77 | 14.44 | - |
| YUV | 111.71 | 116.31 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 165 | 91 | 0.91 | 0 | 0.45 | 0.35 | 150.4 | 0.83 | 0.35 |
| Hex | F | A5 | 5B | 5B | 0 | 2D | 23 | 96 | 53 | 23 |
| Octal | 17 | 245 | 133 | 133 | 0 | 55 | 43 | 226 | 123 | 43 |
| Binary | 1111 | 10100101 | 1011011 | 1011011 | 0 | 101101 | 100011 | 10010110 | 1010011 | 100011 |
Color Harmonies of #0FA55B
Complementary color
Monochromatic Colors of #0FA55B
Black with #0FA55B
Text Example
Text Example
White with #0FA55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA55B; }
p { color: rgb(15,165,91); }
H1.HeaderClassName
{
color: #0FA55B;
}
.AnyTagClassName
{
color: #0FA55B;
}
</style>
background-color css
<style>
a { background-color: #0FA55B; }
a { background-color: rgb(15,165,91); }
div.DivClassName
{
background-color: #0FA55B;
}
.BgClassName
{
background-color: #0FA55B;
}
</style>
border-color css
<style>
span { border-color: #0FA55B; }
span { border-color: rgb(15,165,91); }
td.TdClassName
{
border-color: #0FA55B;
}
.TagClassName
{
border-color: #0FA55B;
}
</style>