Shades of Dark Pastel Green #0FAF3A
Tints of Dark Pastel Green #0FAF3A
RGB
CMYK
RGB Variations
Color information
#0FAF3A (or 0x0FAF3A) is known color: Dark Pastel Green. HEX triplet: 0F, AF and 3A. RGB value is (15,175,58). Sum of RGB (Red+Green+Blue) = 15+175+58=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 175 (68.75% from 255 or 70.56% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAF3A is #F050C5. Grayscale: #727272. Windows color (decimal): -15749318 or 3845903. OLE color: 3845903.
HSL color Cylindrical-coordinate representation of color #0FAF3A: hue angle of 136.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 #0FAF3A is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 175 | 58 | - |
| CMYK | 0.91 | 0 | 0.67 | 0.31 |
| HSL | 136.13º | 0.84% | 0.37% | - |
| HSV(B) | 136.13º | 0.91% | 0.69% | - |
| XYZ | 16.29 | 31.07 | 9.14 | - |
| YUV | 113.82 | 96.49 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 58 | 0.91 | 0 | 0.67 | 0.31 | 136.13 | 0.84 | 0.37 |
| Hex | F | AF | 3A | 5B | 0 | 43 | 1F | 88 | 54 | 25 |
| Octal | 17 | 257 | 72 | 133 | 0 | 103 | 37 | 210 | 124 | 45 |
| Binary | 1111 | 10101111 | 111010 | 1011011 | 0 | 1000011 | 11111 | 10001000 | 1010100 | 100101 |
Color Harmonies of #0FAF3A
Complementary color
Monochromatic Colors of #0FAF3A
Black with #0FAF3A
Text Example
Text Example
White with #0FAF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAF3A; }
p { color: rgb(15,175,58); }
H1.HeaderClassName
{
color: #0FAF3A;
}
.AnyTagClassName
{
color: #0FAF3A;
}
</style>
background-color css
<style>
a { background-color: #0FAF3A; }
a { background-color: rgb(15,175,58); }
div.DivClassName
{
background-color: #0FAF3A;
}
.BgClassName
{
background-color: #0FAF3A;
}
</style>
border-color css
<style>
span { border-color: #0FAF3A; }
span { border-color: rgb(15,175,58); }
td.TdClassName
{
border-color: #0FAF3A;
}
.TagClassName
{
border-color: #0FAF3A;
}
</style>