Shades of Dark Pastel Green #0FC51A
Tints of Dark Pastel Green #0FC51A
RGB
CMYK
RGB Variations
Color information
#0FC51A (or 0x0FC51A) is known color: Dark Pastel Green. HEX triplet: 0F, C5 and 1A. RGB value is (15,197,26). Sum of RGB (Red+Green+Blue) = 15+197+26=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 197 (77.34% from 255 or 82.77% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 197 - color contains mainly: green. Hex color #0FC51A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC51A is #F03AE5. Grayscale: #7B7B7B. Windows color (decimal): -15743718 or 1754383. OLE color: 1754383.
HSL color Cylindrical-coordinate representation of color #0FC51A: hue angle of 123.63º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC51A is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 197 | 26 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.23 |
| HSL | 123.63º | 0.86% | 0.42% | - |
| HSV(B) | 123.63º | 0.92% | 0.77% | - |
| XYZ | 20.35 | 40.11 | 7.65 | - |
| YUV | 123.09 | 73.2 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 197 | 26 | 0.92 | 0 | 0.87 | 0.23 | 123.63 | 0.86 | 0.42 |
| Hex | F | C5 | 1A | 5C | 0 | 57 | 17 | 7C | 56 | 2A |
| Octal | 17 | 305 | 32 | 134 | 0 | 127 | 27 | 174 | 126 | 52 |
| Binary | 1111 | 11000101 | 11010 | 1011100 | 0 | 1010111 | 10111 | 1111100 | 1010110 | 101010 |
Color Harmonies of #0FC51A
Complementary color
Monochromatic Colors of #0FC51A
Black with #0FC51A
Text Example
Text Example
White with #0FC51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC51A; }
p { color: rgb(15,197,26); }
H1.HeaderClassName
{
color: #0FC51A;
}
.AnyTagClassName
{
color: #0FC51A;
}
</style>
background-color css
<style>
a { background-color: #0FC51A; }
a { background-color: rgb(15,197,26); }
div.DivClassName
{
background-color: #0FC51A;
}
.BgClassName
{
background-color: #0FC51A;
}
</style>
border-color css
<style>
span { border-color: #0FC51A; }
span { border-color: rgb(15,197,26); }
td.TdClassName
{
border-color: #0FC51A;
}
.TagClassName
{
border-color: #0FC51A;
}
</style>