Shades of Dark Pastel Green #0FAA39
Tints of Dark Pastel Green #0FAA39
RGB
CMYK
RGB Variations
Color information
#0FAA39 (or 0x0FAA39) is known color: Dark Pastel Green. HEX triplet: 0F, AA and 39. RGB value is (15,170,57). Sum of RGB (Red+Green+Blue) = 15+170+57=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 170 (66.80% from 255 or 70.25% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA39 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAA39 is #F055C6. Grayscale: #6F6F6F. Windows color (decimal): -15750599 or 3779087. OLE color: 3779087.
HSL color Cylindrical-coordinate representation of color #0FAA39: hue angle of 136.26º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAA39 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 170 | 57 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.33 |
| HSL | 136.26º | 0.84% | 0.36% | - |
| HSV(B) | 136.26º | 0.91% | 0.67% | - |
| XYZ | 15.31 | 29.15 | 8.69 | - |
| YUV | 110.77 | 97.65 | 59.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 57 | 0.91 | 0 | 0.66 | 0.33 | 136.26 | 0.84 | 0.36 |
| Hex | F | AA | 39 | 5B | 0 | 42 | 21 | 88 | 54 | 24 |
| Octal | 17 | 252 | 71 | 133 | 0 | 102 | 41 | 210 | 124 | 44 |
| Binary | 1111 | 10101010 | 111001 | 1011011 | 0 | 1000010 | 100001 | 10001000 | 1010100 | 100100 |
Color Harmonies of #0FAA39
Complementary color
Monochromatic Colors of #0FAA39
Black with #0FAA39
Text Example
Text Example
White with #0FAA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAA39; }
p { color: rgb(15,170,57); }
H1.HeaderClassName
{
color: #0FAA39;
}
.AnyTagClassName
{
color: #0FAA39;
}
</style>
background-color css
<style>
a { background-color: #0FAA39; }
a { background-color: rgb(15,170,57); }
div.DivClassName
{
background-color: #0FAA39;
}
.BgClassName
{
background-color: #0FAA39;
}
</style>
border-color css
<style>
span { border-color: #0FAA39; }
span { border-color: rgb(15,170,57); }
td.TdClassName
{
border-color: #0FAA39;
}
.TagClassName
{
border-color: #0FAA39;
}
</style>