Shades of Dark Pastel Green #0FAF34
Tints of Dark Pastel Green #0FAF34
RGB
CMYK
RGB Variations
Color information
#0FAF34 (or 0x0FAF34) is known color: Dark Pastel Green. HEX triplet: 0F, AF and 34. RGB value is (15,175,52). Sum of RGB (Red+Green+Blue) = 15+175+52=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 175 (68.75% from 255 or 72.31% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAF34 is #F050CB. Grayscale: #717171. Windows color (decimal): -15749324 or 3452687. OLE color: 3452687.
HSL color Cylindrical-coordinate representation of color #0FAF34: hue angle of 133.88º 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 #0FAF34 is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 175 | 52 | - |
| CMYK | 0.91 | 0 | 0.70 | 0.31 |
| HSL | 133.88º | 0.84% | 0.37% | - |
| HSV(B) | 133.88º | 0.91% | 0.69% | - |
| XYZ | 16.15 | 31.01 | 8.38 | - |
| YUV | 113.14 | 93.49 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 52 | 0.91 | 0 | 0.70 | 0.31 | 133.88 | 0.84 | 0.37 |
| Hex | F | AF | 34 | 5B | 0 | 46 | 1F | 86 | 54 | 25 |
| Octal | 17 | 257 | 64 | 133 | 0 | 106 | 37 | 206 | 124 | 45 |
| Binary | 1111 | 10101111 | 110100 | 1011011 | 0 | 1000110 | 11111 | 10000110 | 1010100 | 100101 |
Color Harmonies of #0FAF34
Complementary color
Monochromatic Colors of #0FAF34
Black with #0FAF34
Text Example
Text Example
White with #0FAF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAF34; }
p { color: rgb(15,175,52); }
H1.HeaderClassName
{
color: #0FAF34;
}
.AnyTagClassName
{
color: #0FAF34;
}
</style>
background-color css
<style>
a { background-color: #0FAF34; }
a { background-color: rgb(15,175,52); }
div.DivClassName
{
background-color: #0FAF34;
}
.BgClassName
{
background-color: #0FAF34;
}
</style>
border-color css
<style>
span { border-color: #0FAF34; }
span { border-color: rgb(15,175,52); }
td.TdClassName
{
border-color: #0FAF34;
}
.TagClassName
{
border-color: #0FAF34;
}
</style>