Shades of Pigment Green #0FA038
Tints of Pigment Green #0FA038
RGB
CMYK
RGB Variations
Color information
#0FA038 (or 0x0FA038) is known color: Pigment Green. HEX triplet: 0F, A0 and 38. RGB value is (15,160,56). Sum of RGB (Red+Green+Blue) = 15+160+56=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 160 (62.89% from 255 or 69.26% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 160 - color contains mainly: green. Hex color #0FA038 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA038 is #F05FC7. Grayscale: #696969. Windows color (decimal): -15753160 or 3710991. OLE color: 3710991.
HSL color Cylindrical-coordinate representation of color #0FA038: hue angle of 136.97º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA038 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 160 | 56 | - |
| CMYK | 0.91 | 0 | 0.65 | 0.37 |
| HSL | 136.97º | 0.83% | 0.34% | - |
| HSV(B) | 136.97º | 0.91% | 0.63% | - |
| XYZ | 13.48 | 25.53 | 7.96 | - |
| YUV | 104.79 | 100.46 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 160 | 56 | 0.91 | 0 | 0.65 | 0.37 | 136.97 | 0.83 | 0.34 |
| Hex | F | A0 | 38 | 5B | 0 | 41 | 25 | 89 | 53 | 22 |
| Octal | 17 | 240 | 70 | 133 | 0 | 101 | 45 | 211 | 123 | 42 |
| Binary | 1111 | 10100000 | 111000 | 1011011 | 0 | 1000001 | 100101 | 10001001 | 1010011 | 100010 |
Color Harmonies of #0FA038
Complementary color
Monochromatic Colors of #0FA038
Black with #0FA038
Text Example
Text Example
White with #0FA038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA038; }
p { color: rgb(15,160,56); }
H1.HeaderClassName
{
color: #0FA038;
}
.AnyTagClassName
{
color: #0FA038;
}
</style>
background-color css
<style>
a { background-color: #0FA038; }
a { background-color: rgb(15,160,56); }
div.DivClassName
{
background-color: #0FA038;
}
.BgClassName
{
background-color: #0FA038;
}
</style>
border-color css
<style>
span { border-color: #0FA038; }
span { border-color: rgb(15,160,56); }
td.TdClassName
{
border-color: #0FA038;
}
.TagClassName
{
border-color: #0FA038;
}
</style>