Shades of Dark Pastel Green #0FB524
Tints of Dark Pastel Green #0FB524
RGB
CMYK
RGB Variations
Color information
#0FB524 (or 0x0FB524) is known color: Dark Pastel Green. HEX triplet: 0F, B5 and 24. RGB value is (15,181,36). Sum of RGB (Red+Green+Blue) = 15+181+36=232 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.47% from 232); Green value is 181 (71.09% from 255 or 78.02% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB524 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB524 is #F04ADB. Grayscale: #737373. Windows color (decimal): -15747804 or 2405647. OLE color: 2405647.
HSL color Cylindrical-coordinate representation of color #0FB524: hue angle of 127.59º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB524 is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 181 | 36 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.29 |
| HSL | 127.59º | 0.85% | 0.38% | - |
| HSV(B) | 127.59º | 0.92% | 0.71% | - |
| XYZ | 17.04 | 33.28 | 7.19 | - |
| YUV | 114.84 | 83.5 | 56.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 181 | 36 | 0.92 | 0 | 0.80 | 0.29 | 127.59 | 0.85 | 0.38 |
| Hex | F | B5 | 24 | 5C | 0 | 50 | 1D | 80 | 55 | 26 |
| Octal | 17 | 265 | 44 | 134 | 0 | 120 | 35 | 200 | 125 | 46 |
| Binary | 1111 | 10110101 | 100100 | 1011100 | 0 | 1010000 | 11101 | 10000000 | 1010101 | 100110 |
Color Harmonies of #0FB524
Complementary color
Monochromatic Colors of #0FB524
Black with #0FB524
Text Example
Text Example
White with #0FB524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB524; }
p { color: rgb(15,181,36); }
H1.HeaderClassName
{
color: #0FB524;
}
.AnyTagClassName
{
color: #0FB524;
}
</style>
background-color css
<style>
a { background-color: #0FB524; }
a { background-color: rgb(15,181,36); }
div.DivClassName
{
background-color: #0FB524;
}
.BgClassName
{
background-color: #0FB524;
}
</style>
border-color css
<style>
span { border-color: #0FB524; }
span { border-color: rgb(15,181,36); }
td.TdClassName
{
border-color: #0FB524;
}
.TagClassName
{
border-color: #0FB524;
}
</style>