Shades of Dark Pastel Green #0FD130
Tints of Dark Pastel Green #0FD130
RGB
CMYK
RGB Variations
Color information
#0FD130 (or 0x0FD130) is known color: Dark Pastel Green. HEX triplet: 0F, D1 and 30. RGB value is (15,209,48). Sum of RGB (Red+Green+Blue) = 15+209+48=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 209 (82.03% from 255 or 76.84% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 209 - color contains mainly: green. Hex color #0FD130 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD130 is #F02ECF. Grayscale: #858585. Windows color (decimal): -15740624 or 3199247. OLE color: 3199247.
HSL color Cylindrical-coordinate representation of color #0FD130: hue angle of 130.21º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD130 is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 15 | 209 | 48 | - |
| CMYK | 0.93 | 0 | 0.77 | 0.18 |
| HSL | 130.21º | 0.87% | 0.44% | - |
| HSV(B) | 130.21º | 0.93% | 0.82% | - |
| XYZ | 23.53 | 45.92 | 10.42 | - |
| YUV | 132.64 | 80.23 | 44.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 209 | 48 | 0.93 | 0 | 0.77 | 0.18 | 130.21 | 0.87 | 0.44 |
| Hex | F | D1 | 30 | 5D | 0 | 4D | 12 | 82 | 57 | 2C |
| Octal | 17 | 321 | 60 | 135 | 0 | 115 | 22 | 202 | 127 | 54 |
| Binary | 1111 | 11010001 | 110000 | 1011101 | 0 | 1001101 | 10010 | 10000010 | 1010111 | 101100 |
Color Harmonies of #0FD130
Complementary color
Monochromatic Colors of #0FD130
Black with #0FD130
Text Example
Text Example
White with #0FD130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD130; }
p { color: rgb(15,209,48); }
H1.HeaderClassName
{
color: #0FD130;
}
.AnyTagClassName
{
color: #0FD130;
}
</style>
background-color css
<style>
a { background-color: #0FD130; }
a { background-color: rgb(15,209,48); }
div.DivClassName
{
background-color: #0FD130;
}
.BgClassName
{
background-color: #0FD130;
}
</style>
border-color css
<style>
span { border-color: #0FD130; }
span { border-color: rgb(15,209,48); }
td.TdClassName
{
border-color: #0FD130;
}
.TagClassName
{
border-color: #0FD130;
}
</style>