Shades of Dark Pastel Green #0FAE35
Tints of Dark Pastel Green #0FAE35
RGB
CMYK
RGB Variations
Color information
#0FAE35 (or 0x0FAE35) is known color: Dark Pastel Green. HEX triplet: 0F, AE and 35. RGB value is (15,174,53). Sum of RGB (Red+Green+Blue) = 15+174+53=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 174 (68.36% from 255 or 71.90% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE35 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAE35 is #F051CA. Grayscale: #707070. Windows color (decimal): -15749579 or 3517967. OLE color: 3517967.
HSL color Cylindrical-coordinate representation of color #0FAE35: hue angle of 134.34º 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 #0FAE35 is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 174 | 53 | - |
| CMYK | 0.91 | 0 | 0.70 | 0.32 |
| HSL | 134.34º | 0.84% | 0.37% | - |
| HSV(B) | 134.34º | 0.91% | 0.68% | - |
| XYZ | 15.98 | 30.63 | 8.44 | - |
| YUV | 112.67 | 94.32 | 58.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 174 | 53 | 0.91 | 0 | 0.70 | 0.32 | 134.34 | 0.84 | 0.37 |
| Hex | F | AE | 35 | 5B | 0 | 46 | 20 | 86 | 54 | 25 |
| Octal | 17 | 256 | 65 | 133 | 0 | 106 | 40 | 206 | 124 | 45 |
| Binary | 1111 | 10101110 | 110101 | 1011011 | 0 | 1000110 | 100000 | 10000110 | 1010100 | 100101 |
Color Harmonies of #0FAE35
Complementary color
Monochromatic Colors of #0FAE35
Black with #0FAE35
Text Example
Text Example
White with #0FAE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAE35; }
p { color: rgb(15,174,53); }
H1.HeaderClassName
{
color: #0FAE35;
}
.AnyTagClassName
{
color: #0FAE35;
}
</style>
background-color css
<style>
a { background-color: #0FAE35; }
a { background-color: rgb(15,174,53); }
div.DivClassName
{
background-color: #0FAE35;
}
.BgClassName
{
background-color: #0FAE35;
}
</style>
border-color css
<style>
span { border-color: #0FAE35; }
span { border-color: rgb(15,174,53); }
td.TdClassName
{
border-color: #0FAE35;
}
.TagClassName
{
border-color: #0FAE35;
}
</style>