Shades of Dark Pastel Green #0FAE3E
Tints of Dark Pastel Green #0FAE3E
RGB
CMYK
RGB Variations
Color information
#0FAE3E (or 0x0FAE3E) is known color: Dark Pastel Green. HEX triplet: 0F, AE and 3E. RGB value is (15,174,62). Sum of RGB (Red+Green+Blue) = 15+174+62=251 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.98% from 251); Green value is 174 (68.36% from 255 or 69.32% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAE3E is #F051C1. Grayscale: #717171. Windows color (decimal): -15749570 or 4107791. OLE color: 4107791.
HSL color Cylindrical-coordinate representation of color #0FAE3E: hue angle of 137.74º 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 #0FAE3E is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 174 | 62 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.32 |
| HSL | 137.74º | 0.84% | 0.37% | - |
| HSV(B) | 137.74º | 0.91% | 0.68% | - |
| XYZ | 16.2 | 30.72 | 9.63 | - |
| YUV | 113.69 | 98.82 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 174 | 62 | 0.91 | 0 | 0.64 | 0.32 | 137.74 | 0.84 | 0.37 |
| Hex | F | AE | 3E | 5B | 0 | 40 | 20 | 8A | 54 | 25 |
| Octal | 17 | 256 | 76 | 133 | 0 | 100 | 40 | 212 | 124 | 45 |
| Binary | 1111 | 10101110 | 111110 | 1011011 | 0 | 1000000 | 100000 | 10001010 | 1010100 | 100101 |
Color Harmonies of #0FAE3E
Complementary color
Monochromatic Colors of #0FAE3E
Black with #0FAE3E
Text Example
Text Example
White with #0FAE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAE3E; }
p { color: rgb(15,174,62); }
H1.HeaderClassName
{
color: #0FAE3E;
}
.AnyTagClassName
{
color: #0FAE3E;
}
</style>
background-color css
<style>
a { background-color: #0FAE3E; }
a { background-color: rgb(15,174,62); }
div.DivClassName
{
background-color: #0FAE3E;
}
.BgClassName
{
background-color: #0FAE3E;
}
</style>
border-color css
<style>
span { border-color: #0FAE3E; }
span { border-color: rgb(15,174,62); }
td.TdClassName
{
border-color: #0FAE3E;
}
.TagClassName
{
border-color: #0FAE3E;
}
</style>