Shades of Dark Pastel Green #0FD538
Tints of Dark Pastel Green #0FD538
RGB
CMYK
RGB Variations
Color information
#0FD538 (or 0x0FD538) is known color: Dark Pastel Green. HEX triplet: 0F, D5 and 38. RGB value is (15,213,56). Sum of RGB (Red+Green+Blue) = 15+213+56=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 213 (83.59% from 255 or 75% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 213 - color contains mainly: green. Hex color #0FD538 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD538 is #F02AC7. Grayscale: #888888. Windows color (decimal): -15739592 or 3724559. OLE color: 3724559.
HSL color Cylindrical-coordinate representation of color #0FD538: hue angle of 132.42º 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 #0FD538 is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 213 | 56 | - |
| CMYK | 0.93 | 0 | 0.74 | 0.16 |
| HSL | 132.42º | 0.87% | 0.45% | - |
| HSV(B) | 132.42º | 0.93% | 0.84% | - |
| XYZ | 24.71 | 47.98 | 11.7 | - |
| YUV | 135.9 | 82.9 | 41.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 213 | 56 | 0.93 | 0 | 0.74 | 0.16 | 132.42 | 0.87 | 0.45 |
| Hex | F | D5 | 38 | 5D | 0 | 4A | 10 | 84 | 57 | 2D |
| Octal | 17 | 325 | 70 | 135 | 0 | 112 | 20 | 204 | 127 | 55 |
| Binary | 1111 | 11010101 | 111000 | 1011101 | 0 | 1001010 | 10000 | 10000100 | 1010111 | 101101 |
Color Harmonies of #0FD538
Complementary color
Monochromatic Colors of #0FD538
Black with #0FD538
Text Example
Text Example
White with #0FD538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD538; }
p { color: rgb(15,213,56); }
H1.HeaderClassName
{
color: #0FD538;
}
.AnyTagClassName
{
color: #0FD538;
}
</style>
background-color css
<style>
a { background-color: #0FD538; }
a { background-color: rgb(15,213,56); }
div.DivClassName
{
background-color: #0FD538;
}
.BgClassName
{
background-color: #0FD538;
}
</style>
border-color css
<style>
span { border-color: #0FD538; }
span { border-color: rgb(15,213,56); }
td.TdClassName
{
border-color: #0FD538;
}
.TagClassName
{
border-color: #0FD538;
}
</style>