Shades of Dark Pastel Green #0FC71A
Tints of Dark Pastel Green #0FC71A
RGB
CMYK
RGB Variations
Color information
#0FC71A (or 0x0FC71A) is known color: Dark Pastel Green. HEX triplet: 0F, C7 and 1A. RGB value is (15,199,26). Sum of RGB (Red+Green+Blue) = 15+199+26=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 199 (78.12% from 255 or 82.92% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 199 - color contains mainly: green. Hex color #0FC71A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC71A is #F038E5. Grayscale: #7C7C7C. Windows color (decimal): -15743206 or 1754895. OLE color: 1754895.
HSL color Cylindrical-coordinate representation of color #0FC71A: hue angle of 123.59º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC71A is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 199 | 26 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.22 |
| HSL | 123.59º | 0.86% | 0.42% | - |
| HSV(B) | 123.59º | 0.92% | 0.78% | - |
| XYZ | 20.81 | 41.02 | 7.8 | - |
| YUV | 124.26 | 72.54 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 199 | 26 | 0.92 | 0 | 0.87 | 0.22 | 123.59 | 0.86 | 0.42 |
| Hex | F | C7 | 1A | 5C | 0 | 57 | 16 | 7C | 56 | 2A |
| Octal | 17 | 307 | 32 | 134 | 0 | 127 | 26 | 174 | 126 | 52 |
| Binary | 1111 | 11000111 | 11010 | 1011100 | 0 | 1010111 | 10110 | 1111100 | 1010110 | 101010 |
Color Harmonies of #0FC71A
Complementary color
Monochromatic Colors of #0FC71A
Black with #0FC71A
Text Example
Text Example
White with #0FC71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC71A; }
p { color: rgb(15,199,26); }
H1.HeaderClassName
{
color: #0FC71A;
}
.AnyTagClassName
{
color: #0FC71A;
}
</style>
background-color css
<style>
a { background-color: #0FC71A; }
a { background-color: rgb(15,199,26); }
div.DivClassName
{
background-color: #0FC71A;
}
.BgClassName
{
background-color: #0FC71A;
}
</style>
border-color css
<style>
span { border-color: #0FC71A; }
span { border-color: rgb(15,199,26); }
td.TdClassName
{
border-color: #0FC71A;
}
.TagClassName
{
border-color: #0FC71A;
}
</style>