Shades of Pigment Green #0FA34E
Tints of Pigment Green #0FA34E
RGB
CMYK
RGB Variations
Color information
#0FA34E (or 0x0FA34E) is known color: Pigment Green. HEX triplet: 0F, A3 and 4E. RGB value is (15,163,78). Sum of RGB (Red+Green+Blue) = 15+163+78=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 163 (64.06% from 255 or 63.67% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA34E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA34E is #F05CB1. Grayscale: #6D6D6D. Windows color (decimal): -15752370 or 5153551. OLE color: 5153551.
HSL color Cylindrical-coordinate representation of color #0FA34E: hue angle of 145.54º 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 #0FA34E is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 163 | 78 | - |
| CMYK | 0.91 | 0 | 0.52 | 0.36 |
| HSL | 145.54º | 0.83% | 0.35% | - |
| HSV(B) | 145.54º | 0.91% | 0.64% | - |
| XYZ | 14.67 | 26.85 | 11.62 | - |
| YUV | 109.06 | 110.47 | 60.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 163 | 78 | 0.91 | 0 | 0.52 | 0.36 | 145.54 | 0.83 | 0.35 |
| Hex | F | A3 | 4E | 5B | 0 | 34 | 24 | 92 | 53 | 23 |
| Octal | 17 | 243 | 116 | 133 | 0 | 64 | 44 | 222 | 123 | 43 |
| Binary | 1111 | 10100011 | 1001110 | 1011011 | 0 | 110100 | 100100 | 10010010 | 1010011 | 100011 |
Color Harmonies of #0FA34E
Complementary color
Monochromatic Colors of #0FA34E
Black with #0FA34E
Text Example
Text Example
White with #0FA34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA34E; }
p { color: rgb(15,163,78); }
H1.HeaderClassName
{
color: #0FA34E;
}
.AnyTagClassName
{
color: #0FA34E;
}
</style>
background-color css
<style>
a { background-color: #0FA34E; }
a { background-color: rgb(15,163,78); }
div.DivClassName
{
background-color: #0FA34E;
}
.BgClassName
{
background-color: #0FA34E;
}
</style>
border-color css
<style>
span { border-color: #0FA34E; }
span { border-color: rgb(15,163,78); }
td.TdClassName
{
border-color: #0FA34E;
}
.TagClassName
{
border-color: #0FA34E;
}
</style>