Shades of Dark Pastel Green #0FAA34
Tints of Dark Pastel Green #0FAA34
RGB
CMYK
RGB Variations
Color information
#0FAA34 (or 0x0FAA34) is known color: Dark Pastel Green. HEX triplet: 0F, AA and 34. RGB value is (15,170,52). Sum of RGB (Red+Green+Blue) = 15+170+52=237 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.33% from 237); Green value is 170 (66.80% from 255 or 71.73% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAA34 is #F055CB. Grayscale: #6E6E6E. Windows color (decimal): -15750604 or 3451407. OLE color: 3451407.
HSL color Cylindrical-coordinate representation of color #0FAA34: hue angle of 134.32º 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 #0FAA34 is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 170 | 52 | - |
| CMYK | 0.91 | 0 | 0.69 | 0.33 |
| HSL | 134.32º | 0.84% | 0.36% | - |
| HSV(B) | 134.32º | 0.91% | 0.67% | - |
| XYZ | 15.19 | 29.1 | 8.06 | - |
| YUV | 110.2 | 95.15 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 52 | 0.91 | 0 | 0.69 | 0.33 | 134.32 | 0.84 | 0.36 |
| Hex | F | AA | 34 | 5B | 0 | 45 | 21 | 86 | 54 | 24 |
| Octal | 17 | 252 | 64 | 133 | 0 | 105 | 41 | 206 | 124 | 44 |
| Binary | 1111 | 10101010 | 110100 | 1011011 | 0 | 1000101 | 100001 | 10000110 | 1010100 | 100100 |
Color Harmonies of #0FAA34
Complementary color
Monochromatic Colors of #0FAA34
Black with #0FAA34
Text Example
Text Example
White with #0FAA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAA34; }
p { color: rgb(15,170,52); }
H1.HeaderClassName
{
color: #0FAA34;
}
.AnyTagClassName
{
color: #0FAA34;
}
</style>
background-color css
<style>
a { background-color: #0FAA34; }
a { background-color: rgb(15,170,52); }
div.DivClassName
{
background-color: #0FAA34;
}
.BgClassName
{
background-color: #0FAA34;
}
</style>
border-color css
<style>
span { border-color: #0FAA34; }
span { border-color: rgb(15,170,52); }
td.TdClassName
{
border-color: #0FAA34;
}
.TagClassName
{
border-color: #0FAA34;
}
</style>