Shades of Pigment Green #0FA24E
Tints of Pigment Green #0FA24E
RGB
CMYK
RGB Variations
Color information
#0FA24E (or 0x0FA24E) is known color: Pigment Green. HEX triplet: 0F, A2 and 4E. RGB value is (15,162,78). Sum of RGB (Red+Green+Blue) = 15+162+78=255 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.88% from 255); Green value is 162 (63.67% from 255 or 63.53% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA24E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA24E is #F05DB1. Grayscale: #6C6C6C. Windows color (decimal): -15752626 or 5153295. OLE color: 5153295.
HSL color Cylindrical-coordinate representation of color #0FA24E: hue angle of 145.71º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA24E is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 162 | 78 | - |
| CMYK | 0.91 | 0 | 0.52 | 0.36 |
| HSL | 145.71º | 0.83% | 0.35% | - |
| HSV(B) | 145.71º | 0.91% | 0.64% | - |
| XYZ | 14.49 | 26.49 | 11.56 | - |
| YUV | 108.47 | 110.8 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 162 | 78 | 0.91 | 0 | 0.52 | 0.36 | 145.71 | 0.83 | 0.35 |
| Hex | F | A2 | 4E | 5B | 0 | 34 | 24 | 92 | 53 | 23 |
| Octal | 17 | 242 | 116 | 133 | 0 | 64 | 44 | 222 | 123 | 43 |
| Binary | 1111 | 10100010 | 1001110 | 1011011 | 0 | 110100 | 100100 | 10010010 | 1010011 | 100011 |
Color Harmonies of #0FA24E
Complementary color
Monochromatic Colors of #0FA24E
Black with #0FA24E
Text Example
Text Example
White with #0FA24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA24E; }
p { color: rgb(15,162,78); }
H1.HeaderClassName
{
color: #0FA24E;
}
.AnyTagClassName
{
color: #0FA24E;
}
</style>
background-color css
<style>
a { background-color: #0FA24E; }
a { background-color: rgb(15,162,78); }
div.DivClassName
{
background-color: #0FA24E;
}
.BgClassName
{
background-color: #0FA24E;
}
</style>
border-color css
<style>
span { border-color: #0FA24E; }
span { border-color: rgb(15,162,78); }
td.TdClassName
{
border-color: #0FA24E;
}
.TagClassName
{
border-color: #0FA24E;
}
</style>