Shades of Dark Pastel Green #0FC525
Tints of Dark Pastel Green #0FC525
RGB
CMYK
RGB Variations
Color information
#0FC525 (or 0x0FC525) is known color: Dark Pastel Green. HEX triplet: 0F, C5 and 25. RGB value is (15,197,37). Sum of RGB (Red+Green+Blue) = 15+197+37=249 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.02% from 249); Green value is 197 (77.34% from 255 or 79.12% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 197 - color contains mainly: green. Hex color #0FC525 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC525 is #F03ADA. Grayscale: #7C7C7C. Windows color (decimal): -15743707 or 2475279. OLE color: 2475279.
HSL color Cylindrical-coordinate representation of color #0FC525: hue angle of 127.25º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC525 is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 197 | 37 | - |
| CMYK | 0.92 | 0 | 0.81 | 0.23 |
| HSL | 127.25º | 0.86% | 0.42% | - |
| HSV(B) | 127.25º | 0.92% | 0.77% | - |
| XYZ | 20.5 | 40.17 | 8.42 | - |
| YUV | 124.34 | 78.7 | 50.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 197 | 37 | 0.92 | 0 | 0.81 | 0.23 | 127.25 | 0.86 | 0.42 |
| Hex | F | C5 | 25 | 5C | 0 | 51 | 17 | 7F | 56 | 2A |
| Octal | 17 | 305 | 45 | 134 | 0 | 121 | 27 | 177 | 126 | 52 |
| Binary | 1111 | 11000101 | 100101 | 1011100 | 0 | 1010001 | 10111 | 1111111 | 1010110 | 101010 |
Color Harmonies of #0FC525
Complementary color
Monochromatic Colors of #0FC525
Black with #0FC525
Text Example
Text Example
White with #0FC525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC525; }
p { color: rgb(15,197,37); }
H1.HeaderClassName
{
color: #0FC525;
}
.AnyTagClassName
{
color: #0FC525;
}
</style>
background-color css
<style>
a { background-color: #0FC525; }
a { background-color: rgb(15,197,37); }
div.DivClassName
{
background-color: #0FC525;
}
.BgClassName
{
background-color: #0FC525;
}
</style>
border-color css
<style>
span { border-color: #0FC525; }
span { border-color: rgb(15,197,37); }
td.TdClassName
{
border-color: #0FC525;
}
.TagClassName
{
border-color: #0FC525;
}
</style>