Shades of Pigment Green #0FAE4A
Tints of Pigment Green #0FAE4A
RGB
CMYK
RGB Variations
Color information
#0FAE4A (or 0x0FAE4A) is known color: Pigment Green. HEX triplet: 0F, AE and 4A. RGB value is (15,174,74). Sum of RGB (Red+Green+Blue) = 15+174+74=263 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.70% from 263); Green value is 174 (68.36% from 255 or 66.16% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAE4A is #F051B5. Grayscale: #737373. Windows color (decimal): -15749558 or 4894223. OLE color: 4894223.
HSL color Cylindrical-coordinate representation of color #0FAE4A: hue angle of 142.26º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAE4A is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 174 | 74 | - |
| CMYK | 0.91 | 0 | 0.57 | 0.32 |
| HSL | 142.26º | 0.84% | 0.37% | - |
| HSV(B) | 142.26º | 0.91% | 0.68% | - |
| XYZ | 16.57 | 30.87 | 11.56 | - |
| YUV | 115.06 | 104.82 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 174 | 74 | 0.91 | 0 | 0.57 | 0.32 | 142.26 | 0.84 | 0.37 |
| Hex | F | AE | 4A | 5B | 0 | 39 | 20 | 8E | 54 | 25 |
| Octal | 17 | 256 | 112 | 133 | 0 | 71 | 40 | 216 | 124 | 45 |
| Binary | 1111 | 10101110 | 1001010 | 1011011 | 0 | 111001 | 100000 | 10001110 | 1010100 | 100101 |
Color Harmonies of #0FAE4A
Complementary color
Monochromatic Colors of #0FAE4A
Black with #0FAE4A
Text Example
Text Example
White with #0FAE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAE4A; }
p { color: rgb(15,174,74); }
H1.HeaderClassName
{
color: #0FAE4A;
}
.AnyTagClassName
{
color: #0FAE4A;
}
</style>
background-color css
<style>
a { background-color: #0FAE4A; }
a { background-color: rgb(15,174,74); }
div.DivClassName
{
background-color: #0FAE4A;
}
.BgClassName
{
background-color: #0FAE4A;
}
</style>
border-color css
<style>
span { border-color: #0FAE4A; }
span { border-color: rgb(15,174,74); }
td.TdClassName
{
border-color: #0FAE4A;
}
.TagClassName
{
border-color: #0FAE4A;
}
</style>