Shades of Pigment Green #0FA44B
Tints of Pigment Green #0FA44B
RGB
CMYK
RGB Variations
Color information
#0FA44B (or 0x0FA44B) is known color: Pigment Green. HEX triplet: 0F, A4 and 4B. RGB value is (15,164,75). Sum of RGB (Red+Green+Blue) = 15+164+75=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 164 (64.45% from 255 or 64.57% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 164 - color contains mainly: green. Hex color #0FA44B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA44B is #F05BB4. Grayscale: #6D6D6D. Windows color (decimal): -15752117 or 4957199. OLE color: 4957199.
HSL color Cylindrical-coordinate representation of color #0FA44B: hue angle of 144.16º 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 #0FA44B is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 164 | 75 | - |
| CMYK | 0.91 | 0 | 0.54 | 0.36 |
| HSL | 144.16º | 0.83% | 0.35% | - |
| HSV(B) | 144.16º | 0.91% | 0.64% | - |
| XYZ | 14.74 | 27.16 | 11.12 | - |
| YUV | 109.3 | 108.64 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 164 | 75 | 0.91 | 0 | 0.54 | 0.36 | 144.16 | 0.83 | 0.35 |
| Hex | F | A4 | 4B | 5B | 0 | 36 | 24 | 90 | 53 | 23 |
| Octal | 17 | 244 | 113 | 133 | 0 | 66 | 44 | 220 | 123 | 43 |
| Binary | 1111 | 10100100 | 1001011 | 1011011 | 0 | 110110 | 100100 | 10010000 | 1010011 | 100011 |
Color Harmonies of #0FA44B
Complementary color
Monochromatic Colors of #0FA44B
Black with #0FA44B
Text Example
Text Example
White with #0FA44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA44B; }
p { color: rgb(15,164,75); }
H1.HeaderClassName
{
color: #0FA44B;
}
.AnyTagClassName
{
color: #0FA44B;
}
</style>
background-color css
<style>
a { background-color: #0FA44B; }
a { background-color: rgb(15,164,75); }
div.DivClassName
{
background-color: #0FA44B;
}
.BgClassName
{
background-color: #0FA44B;
}
</style>
border-color css
<style>
span { border-color: #0FA44B; }
span { border-color: rgb(15,164,75); }
td.TdClassName
{
border-color: #0FA44B;
}
.TagClassName
{
border-color: #0FA44B;
}
</style>