Shades of Dark Pastel Green #0FAA32
Tints of Dark Pastel Green #0FAA32
RGB
CMYK
RGB Variations
Color information
#0FAA32 (or 0x0FAA32) is known color: Dark Pastel Green. HEX triplet: 0F, AA and 32. RGB value is (15,170,50). Sum of RGB (Red+Green+Blue) = 15+170+50=235 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.38% from 235); Green value is 170 (66.80% from 255 or 72.34% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAA32 is #F055CD. Grayscale: #6E6E6E. Windows color (decimal): -15750606 or 3320335. OLE color: 3320335.
HSL color Cylindrical-coordinate representation of color #0FAA32: hue angle of 133.55º 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 #0FAA32 is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 170 | 50 | - |
| CMYK | 0.91 | 0 | 0.71 | 0.33 |
| HSL | 133.55º | 0.84% | 0.36% | - |
| HSV(B) | 133.55º | 0.91% | 0.67% | - |
| XYZ | 15.15 | 29.08 | 7.83 | - |
| YUV | 109.98 | 94.15 | 60.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 50 | 0.91 | 0 | 0.71 | 0.33 | 133.55 | 0.84 | 0.36 |
| Hex | F | AA | 32 | 5B | 0 | 47 | 21 | 86 | 54 | 24 |
| Octal | 17 | 252 | 62 | 133 | 0 | 107 | 41 | 206 | 124 | 44 |
| Binary | 1111 | 10101010 | 110010 | 1011011 | 0 | 1000111 | 100001 | 10000110 | 1010100 | 100100 |
Color Harmonies of #0FAA32
Complementary color
Monochromatic Colors of #0FAA32
Black with #0FAA32
Text Example
Text Example
White with #0FAA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAA32; }
p { color: rgb(15,170,50); }
H1.HeaderClassName
{
color: #0FAA32;
}
.AnyTagClassName
{
color: #0FAA32;
}
</style>
background-color css
<style>
a { background-color: #0FAA32; }
a { background-color: rgb(15,170,50); }
div.DivClassName
{
background-color: #0FAA32;
}
.BgClassName
{
background-color: #0FAA32;
}
</style>
border-color css
<style>
span { border-color: #0FAA32; }
span { border-color: rgb(15,170,50); }
td.TdClassName
{
border-color: #0FAA32;
}
.TagClassName
{
border-color: #0FAA32;
}
</style>