Shades of Dark Pastel Green #0FAF20
Tints of Dark Pastel Green #0FAF20
RGB
CMYK
RGB Variations
Color information
#0FAF20 (or 0x0FAF20) is known color: Dark Pastel Green. HEX triplet: 0F, AF and 20. RGB value is (15,175,32). Sum of RGB (Red+Green+Blue) = 15+175+32=222 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.76% from 222); Green value is 175 (68.75% from 255 or 78.83% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAF20 is #F050DF. Grayscale: #6F6F6F. Windows color (decimal): -15749344 or 2141967. OLE color: 2141967.
HSL color Cylindrical-coordinate representation of color #0FAF20: hue angle of 126.38º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAF20 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 175 | 32 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.31 |
| HSL | 126.38º | 0.84% | 0.37% | - |
| HSV(B) | 126.38º | 0.91% | 0.69% | - |
| XYZ | 15.79 | 30.87 | 6.49 | - |
| YUV | 110.86 | 83.49 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 32 | 0.91 | 0 | 0.82 | 0.31 | 126.38 | 0.84 | 0.37 |
| Hex | F | AF | 20 | 5B | 0 | 52 | 1F | 7E | 54 | 25 |
| Octal | 17 | 257 | 40 | 133 | 0 | 122 | 37 | 176 | 124 | 45 |
| Binary | 1111 | 10101111 | 100000 | 1011011 | 0 | 1010010 | 11111 | 1111110 | 1010100 | 100101 |
Color Harmonies of #0FAF20
Complementary color
Monochromatic Colors of #0FAF20
Black with #0FAF20
Text Example
Text Example
White with #0FAF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAF20; }
p { color: rgb(15,175,32); }
H1.HeaderClassName
{
color: #0FAF20;
}
.AnyTagClassName
{
color: #0FAF20;
}
</style>
background-color css
<style>
a { background-color: #0FAF20; }
a { background-color: rgb(15,175,32); }
div.DivClassName
{
background-color: #0FAF20;
}
.BgClassName
{
background-color: #0FAF20;
}
</style>
border-color css
<style>
span { border-color: #0FAF20; }
span { border-color: rgb(15,175,32); }
td.TdClassName
{
border-color: #0FAF20;
}
.TagClassName
{
border-color: #0FAF20;
}
</style>