Shades of Pigment Green #0FA440
Tints of Pigment Green #0FA440
RGB
CMYK
RGB Variations
Color information
#0FA440 (or 0x0FA440) is known color: Pigment Green. HEX triplet: 0F, A4 and 40. RGB value is (15,164,64). Sum of RGB (Red+Green+Blue) = 15+164+64=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 164 (64.45% from 255 or 67.49% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 164 - color contains mainly: green. Hex color #0FA440 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA440 is #F05BBF. Grayscale: #6C6C6C. Windows color (decimal): -15752128 or 4236303. OLE color: 4236303.
HSL color Cylindrical-coordinate representation of color #0FA440: hue angle of 139.73º 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 #0FA440 is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 164 | 64 | - |
| CMYK | 0.91 | 0 | 0.61 | 0.36 |
| HSL | 139.73º | 0.83% | 0.35% | - |
| HSV(B) | 139.73º | 0.91% | 0.64% | - |
| XYZ | 14.4 | 27.02 | 9.31 | - |
| YUV | 108.05 | 103.14 | 61.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 164 | 64 | 0.91 | 0 | 0.61 | 0.36 | 139.73 | 0.83 | 0.35 |
| Hex | F | A4 | 40 | 5B | 0 | 3D | 24 | 8C | 53 | 23 |
| Octal | 17 | 244 | 100 | 133 | 0 | 75 | 44 | 214 | 123 | 43 |
| Binary | 1111 | 10100100 | 1000000 | 1011011 | 0 | 111101 | 100100 | 10001100 | 1010011 | 100011 |
Color Harmonies of #0FA440
Complementary color
Monochromatic Colors of #0FA440
Black with #0FA440
Text Example
Text Example
White with #0FA440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA440; }
p { color: rgb(15,164,64); }
H1.HeaderClassName
{
color: #0FA440;
}
.AnyTagClassName
{
color: #0FA440;
}
</style>
background-color css
<style>
a { background-color: #0FA440; }
a { background-color: rgb(15,164,64); }
div.DivClassName
{
background-color: #0FA440;
}
.BgClassName
{
background-color: #0FA440;
}
</style>
border-color css
<style>
span { border-color: #0FA440; }
span { border-color: rgb(15,164,64); }
td.TdClassName
{
border-color: #0FA440;
}
.TagClassName
{
border-color: #0FA440;
}
</style>