Shades of Dark Pastel Green #0FAF33
Tints of Dark Pastel Green #0FAF33
RGB
CMYK
RGB Variations
Color information
#0FAF33 (or 0x0FAF33) is known color: Dark Pastel Green. HEX triplet: 0F, AF and 33. RGB value is (15,175,51). Sum of RGB (Red+Green+Blue) = 15+175+51=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 175 (68.75% from 255 or 72.61% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAF33 is #F050CC. Grayscale: #717171. Windows color (decimal): -15749325 or 3387151. OLE color: 3387151.
HSL color Cylindrical-coordinate representation of color #0FAF33: hue angle of 133.5º 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 #0FAF33 is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 175 | 51 | - |
| CMYK | 0.91 | 0 | 0.71 | 0.31 |
| HSL | 133.5º | 0.84% | 0.37% | - |
| HSV(B) | 133.5º | 0.91% | 0.69% | - |
| XYZ | 16.12 | 31 | 8.27 | - |
| YUV | 113.02 | 92.99 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 51 | 0.91 | 0 | 0.71 | 0.31 | 133.5 | 0.84 | 0.37 |
| Hex | F | AF | 33 | 5B | 0 | 47 | 1F | 86 | 54 | 25 |
| Octal | 17 | 257 | 63 | 133 | 0 | 107 | 37 | 206 | 124 | 45 |
| Binary | 1111 | 10101111 | 110011 | 1011011 | 0 | 1000111 | 11111 | 10000110 | 1010100 | 100101 |
Color Harmonies of #0FAF33
Complementary color
Monochromatic Colors of #0FAF33
Black with #0FAF33
Text Example
Text Example
White with #0FAF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAF33; }
p { color: rgb(15,175,51); }
H1.HeaderClassName
{
color: #0FAF33;
}
.AnyTagClassName
{
color: #0FAF33;
}
</style>
background-color css
<style>
a { background-color: #0FAF33; }
a { background-color: rgb(15,175,51); }
div.DivClassName
{
background-color: #0FAF33;
}
.BgClassName
{
background-color: #0FAF33;
}
</style>
border-color css
<style>
span { border-color: #0FAF33; }
span { border-color: rgb(15,175,51); }
td.TdClassName
{
border-color: #0FAF33;
}
.TagClassName
{
border-color: #0FAF33;
}
</style>