Shades of Dark Pastel Green #0FAE3B
Tints of Dark Pastel Green #0FAE3B
RGB
CMYK
RGB Variations
Color information
#0FAE3B (or 0x0FAE3B) is known color: Dark Pastel Green. HEX triplet: 0F, AE and 3B. RGB value is (15,174,59). Sum of RGB (Red+Green+Blue) = 15+174+59=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 174 (68.36% from 255 or 70.16% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE3B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAE3B is #F051C4. Grayscale: #717171. Windows color (decimal): -15749573 or 3911183. OLE color: 3911183.
HSL color Cylindrical-coordinate representation of color #0FAE3B: hue angle of 136.6º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAE3B is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 174 | 59 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.32 |
| HSL | 136.6º | 0.84% | 0.37% | - |
| HSV(B) | 136.6º | 0.91% | 0.68% | - |
| XYZ | 16.12 | 30.69 | 9.21 | - |
| YUV | 113.35 | 97.32 | 57.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 174 | 59 | 0.91 | 0 | 0.66 | 0.32 | 136.6 | 0.84 | 0.37 |
| Hex | F | AE | 3B | 5B | 0 | 42 | 20 | 89 | 54 | 25 |
| Octal | 17 | 256 | 73 | 133 | 0 | 102 | 40 | 211 | 124 | 45 |
| Binary | 1111 | 10101110 | 111011 | 1011011 | 0 | 1000010 | 100000 | 10001001 | 1010100 | 100101 |
Color Harmonies of #0FAE3B
Complementary color
Monochromatic Colors of #0FAE3B
Black with #0FAE3B
Text Example
Text Example
White with #0FAE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAE3B; }
p { color: rgb(15,174,59); }
H1.HeaderClassName
{
color: #0FAE3B;
}
.AnyTagClassName
{
color: #0FAE3B;
}
</style>
background-color css
<style>
a { background-color: #0FAE3B; }
a { background-color: rgb(15,174,59); }
div.DivClassName
{
background-color: #0FAE3B;
}
.BgClassName
{
background-color: #0FAE3B;
}
</style>
border-color css
<style>
span { border-color: #0FAE3B; }
span { border-color: rgb(15,174,59); }
td.TdClassName
{
border-color: #0FAE3B;
}
.TagClassName
{
border-color: #0FAE3B;
}
</style>