Shades of Dark Pastel Green #0FAE2A
Tints of Dark Pastel Green #0FAE2A
RGB
CMYK
RGB Variations
Color information
#0FAE2A (or 0x0FAE2A) is known color: Dark Pastel Green. HEX triplet: 0F, AE and 2A. RGB value is (15,174,42). Sum of RGB (Red+Green+Blue) = 15+174+42=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 174 (68.36% from 255 or 75.32% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAE2A is #F051D5. Grayscale: #6F6F6F. Windows color (decimal): -15749590 or 2797071. OLE color: 2797071.
HSL color Cylindrical-coordinate representation of color #0FAE2A: hue angle of 130.19º 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 #0FAE2A is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 174 | 42 | - |
| CMYK | 0.91 | 0 | 0.76 | 0.32 |
| HSL | 130.19º | 0.84% | 0.37% | - |
| HSV(B) | 130.19º | 0.91% | 0.68% | - |
| XYZ | 15.75 | 30.54 | 7.26 | - |
| YUV | 111.41 | 88.82 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 174 | 42 | 0.91 | 0 | 0.76 | 0.32 | 130.19 | 0.84 | 0.37 |
| Hex | F | AE | 2A | 5B | 0 | 4C | 20 | 82 | 54 | 25 |
| Octal | 17 | 256 | 52 | 133 | 0 | 114 | 40 | 202 | 124 | 45 |
| Binary | 1111 | 10101110 | 101010 | 1011011 | 0 | 1001100 | 100000 | 10000010 | 1010100 | 100101 |
Color Harmonies of #0FAE2A
Complementary color
Monochromatic Colors of #0FAE2A
Black with #0FAE2A
Text Example
Text Example
White with #0FAE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAE2A; }
p { color: rgb(15,174,42); }
H1.HeaderClassName
{
color: #0FAE2A;
}
.AnyTagClassName
{
color: #0FAE2A;
}
</style>
background-color css
<style>
a { background-color: #0FAE2A; }
a { background-color: rgb(15,174,42); }
div.DivClassName
{
background-color: #0FAE2A;
}
.BgClassName
{
background-color: #0FAE2A;
}
</style>
border-color css
<style>
span { border-color: #0FAE2A; }
span { border-color: rgb(15,174,42); }
td.TdClassName
{
border-color: #0FAE2A;
}
.TagClassName
{
border-color: #0FAE2A;
}
</style>