Shades of Dark Pastel Green #0FAE2B
Tints of Dark Pastel Green #0FAE2B
RGB
CMYK
RGB Variations
Color information
#0FAE2B (or 0x0FAE2B) is known color: Dark Pastel Green. HEX triplet: 0F, AE and 2B. RGB value is (15,174,43). Sum of RGB (Red+Green+Blue) = 15+174+43=232 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.47% from 232); Green value is 174 (68.36% from 255 or 75% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAE2B is #F051D4. Grayscale: #6F6F6F. Windows color (decimal): -15749589 or 2862607. OLE color: 2862607.
HSL color Cylindrical-coordinate representation of color #0FAE2B: hue angle of 130.57º 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 #0FAE2B is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 174 | 43 | - |
| CMYK | 0.91 | 0 | 0.75 | 0.32 |
| HSL | 130.57º | 0.84% | 0.37% | - |
| HSV(B) | 130.57º | 0.91% | 0.68% | - |
| XYZ | 15.77 | 30.55 | 7.35 | - |
| YUV | 111.53 | 89.32 | 59.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 174 | 43 | 0.91 | 0 | 0.75 | 0.32 | 130.57 | 0.84 | 0.37 |
| Hex | F | AE | 2B | 5B | 0 | 4B | 20 | 83 | 54 | 25 |
| Octal | 17 | 256 | 53 | 133 | 0 | 113 | 40 | 203 | 124 | 45 |
| Binary | 1111 | 10101110 | 101011 | 1011011 | 0 | 1001011 | 100000 | 10000011 | 1010100 | 100101 |
Color Harmonies of #0FAE2B
Complementary color
Monochromatic Colors of #0FAE2B
Black with #0FAE2B
Text Example
Text Example
White with #0FAE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAE2B; }
p { color: rgb(15,174,43); }
H1.HeaderClassName
{
color: #0FAE2B;
}
.AnyTagClassName
{
color: #0FAE2B;
}
</style>
background-color css
<style>
a { background-color: #0FAE2B; }
a { background-color: rgb(15,174,43); }
div.DivClassName
{
background-color: #0FAE2B;
}
.BgClassName
{
background-color: #0FAE2B;
}
</style>
border-color css
<style>
span { border-color: #0FAE2B; }
span { border-color: rgb(15,174,43); }
td.TdClassName
{
border-color: #0FAE2B;
}
.TagClassName
{
border-color: #0FAE2B;
}
</style>