Shades of Dark Pastel Green #0FD527
Tints of Dark Pastel Green #0FD527
RGB
CMYK
RGB Variations
Color information
#0FD527 (or 0x0FD527) is known color: Dark Pastel Green. HEX triplet: 0F, D5 and 27. RGB value is (15,213,39). Sum of RGB (Red+Green+Blue) = 15+213+39=267 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.62% from 267); Green value is 213 (83.59% from 255 or 79.78% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 213 - color contains mainly: green. Hex color #0FD527 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD527 is #F02AD8. Grayscale: #868686. Windows color (decimal): -15739609 or 2610447. OLE color: 2610447.
HSL color Cylindrical-coordinate representation of color #0FD527: hue angle of 127.27º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD527 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 213 | 39 | - |
| CMYK | 0.93 | 0 | 0.82 | 0.16 |
| HSL | 127.27º | 0.87% | 0.45% | - |
| HSV(B) | 127.27º | 0.93% | 0.84% | - |
| XYZ | 24.36 | 47.84 | 9.87 | - |
| YUV | 133.96 | 74.4 | 43.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 213 | 39 | 0.93 | 0 | 0.82 | 0.16 | 127.27 | 0.87 | 0.45 |
| Hex | F | D5 | 27 | 5D | 0 | 52 | 10 | 7F | 57 | 2D |
| Octal | 17 | 325 | 47 | 135 | 0 | 122 | 20 | 177 | 127 | 55 |
| Binary | 1111 | 11010101 | 100111 | 1011101 | 0 | 1010010 | 10000 | 1111111 | 1010111 | 101101 |
Color Harmonies of #0FD527
Complementary color
Monochromatic Colors of #0FD527
Black with #0FD527
Text Example
Text Example
White with #0FD527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD527; }
p { color: rgb(15,213,39); }
H1.HeaderClassName
{
color: #0FD527;
}
.AnyTagClassName
{
color: #0FD527;
}
</style>
background-color css
<style>
a { background-color: #0FD527; }
a { background-color: rgb(15,213,39); }
div.DivClassName
{
background-color: #0FD527;
}
.BgClassName
{
background-color: #0FD527;
}
</style>
border-color css
<style>
span { border-color: #0FD527; }
span { border-color: rgb(15,213,39); }
td.TdClassName
{
border-color: #0FD527;
}
.TagClassName
{
border-color: #0FD527;
}
</style>