Shades of Dark Pastel Green #0FC91A
Tints of Dark Pastel Green #0FC91A
RGB
CMYK
RGB Variations
Color information
#0FC91A (or 0x0FC91A) is known color: Dark Pastel Green. HEX triplet: 0F, C9 and 1A. RGB value is (15,201,26). Sum of RGB (Red+Green+Blue) = 15+201+26=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 201 (78.91% from 255 or 83.06% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC91A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC91A is #F036E5. Grayscale: #7D7D7D. Windows color (decimal): -15742694 or 1755407. OLE color: 1755407.
HSL color Cylindrical-coordinate representation of color #0FC91A: hue angle of 123.55º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC91A is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 201 | 26 | - |
| CMYK | 0.93 | 0 | 0.87 | 0.21 |
| HSL | 123.55º | 0.86% | 0.42% | - |
| HSV(B) | 123.55º | 0.93% | 0.79% | - |
| XYZ | 21.27 | 41.95 | 7.95 | - |
| YUV | 125.44 | 71.88 | 49.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 201 | 26 | 0.93 | 0 | 0.87 | 0.21 | 123.55 | 0.86 | 0.42 |
| Hex | F | C9 | 1A | 5D | 0 | 57 | 15 | 7C | 56 | 2A |
| Octal | 17 | 311 | 32 | 135 | 0 | 127 | 25 | 174 | 126 | 52 |
| Binary | 1111 | 11001001 | 11010 | 1011101 | 0 | 1010111 | 10101 | 1111100 | 1010110 | 101010 |
Color Harmonies of #0FC91A
Complementary color
Monochromatic Colors of #0FC91A
Black with #0FC91A
Text Example
Text Example
White with #0FC91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC91A; }
p { color: rgb(15,201,26); }
H1.HeaderClassName
{
color: #0FC91A;
}
.AnyTagClassName
{
color: #0FC91A;
}
</style>
background-color css
<style>
a { background-color: #0FC91A; }
a { background-color: rgb(15,201,26); }
div.DivClassName
{
background-color: #0FC91A;
}
.BgClassName
{
background-color: #0FC91A;
}
</style>
border-color css
<style>
span { border-color: #0FC91A; }
span { border-color: rgb(15,201,26); }
td.TdClassName
{
border-color: #0FC91A;
}
.TagClassName
{
border-color: #0FC91A;
}
</style>