Shades of Dark Pastel Green #0FAF32
Tints of Dark Pastel Green #0FAF32
RGB
CMYK
RGB Variations
Color information
#0FAF32 (or 0x0FAF32) is known color: Dark Pastel Green. HEX triplet: 0F, AF and 32. RGB value is (15,175,50). Sum of RGB (Red+Green+Blue) = 15+175+50=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 175 (68.75% from 255 or 72.92% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAF32 is #F050CD. Grayscale: #717171. Windows color (decimal): -15749326 or 3321615. OLE color: 3321615.
HSL color Cylindrical-coordinate representation of color #0FAF32: hue angle of 133.12º 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 #0FAF32 is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 175 | 50 | - |
| CMYK | 0.91 | 0 | 0.71 | 0.31 |
| HSL | 133.13º | 0.84% | 0.37% | - |
| HSV(B) | 133.13º | 0.91% | 0.69% | - |
| XYZ | 16.1 | 30.99 | 8.15 | - |
| YUV | 112.91 | 92.49 | 58.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 50 | 0.91 | 0 | 0.71 | 0.31 | 133.13 | 0.84 | 0.37 |
| Hex | F | AF | 32 | 5B | 0 | 47 | 1F | 85 | 54 | 25 |
| Octal | 17 | 257 | 62 | 133 | 0 | 107 | 37 | 205 | 124 | 45 |
| Binary | 1111 | 10101111 | 110010 | 1011011 | 0 | 1000111 | 11111 | 10000101 | 1010100 | 100101 |
Color Harmonies of #0FAF32
Complementary color
Monochromatic Colors of #0FAF32
Black with #0FAF32
Text Example
Text Example
White with #0FAF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAF32; }
p { color: rgb(15,175,50); }
H1.HeaderClassName
{
color: #0FAF32;
}
.AnyTagClassName
{
color: #0FAF32;
}
</style>
background-color css
<style>
a { background-color: #0FAF32; }
a { background-color: rgb(15,175,50); }
div.DivClassName
{
background-color: #0FAF32;
}
.BgClassName
{
background-color: #0FAF32;
}
</style>
border-color css
<style>
span { border-color: #0FAF32; }
span { border-color: rgb(15,175,50); }
td.TdClassName
{
border-color: #0FAF32;
}
.TagClassName
{
border-color: #0FAF32;
}
</style>