Shades of Dark Pastel Green #0FCA1E
Tints of Dark Pastel Green #0FCA1E
RGB
CMYK
RGB Variations
Color information
#0FCA1E (or 0x0FCA1E) is known color: Dark Pastel Green. HEX triplet: 0F, CA and 1E. RGB value is (15,202,30). Sum of RGB (Red+Green+Blue) = 15+202+30=247 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.07% from 247); Green value is 202 (79.30% from 255 or 81.78% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCA1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCA1E is #F035E1. Grayscale: #7E7E7E. Windows color (decimal): -15742434 or 2017807. OLE color: 2017807.
HSL color Cylindrical-coordinate representation of color #0FCA1E: hue angle of 124.81º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCA1E is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 202 | 30 | - |
| CMYK | 0.93 | 0 | 0.85 | 0.21 |
| HSL | 124.81º | 0.86% | 0.43% | - |
| HSV(B) | 124.81º | 0.93% | 0.79% | - |
| XYZ | 21.55 | 42.44 | 8.28 | - |
| YUV | 126.48 | 73.55 | 48.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 202 | 30 | 0.93 | 0 | 0.85 | 0.21 | 124.81 | 0.86 | 0.43 |
| Hex | F | CA | 1E | 5D | 0 | 55 | 15 | 7D | 56 | 2B |
| Octal | 17 | 312 | 36 | 135 | 0 | 125 | 25 | 175 | 126 | 53 |
| Binary | 1111 | 11001010 | 11110 | 1011101 | 0 | 1010101 | 10101 | 1111101 | 1010110 | 101011 |
Color Harmonies of #0FCA1E
Complementary color
Monochromatic Colors of #0FCA1E
Black with #0FCA1E
Text Example
Text Example
White with #0FCA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCA1E; }
p { color: rgb(15,202,30); }
H1.HeaderClassName
{
color: #0FCA1E;
}
.AnyTagClassName
{
color: #0FCA1E;
}
</style>
background-color css
<style>
a { background-color: #0FCA1E; }
a { background-color: rgb(15,202,30); }
div.DivClassName
{
background-color: #0FCA1E;
}
.BgClassName
{
background-color: #0FCA1E;
}
</style>
border-color css
<style>
span { border-color: #0FCA1E; }
span { border-color: rgb(15,202,30); }
td.TdClassName
{
border-color: #0FCA1E;
}
.TagClassName
{
border-color: #0FCA1E;
}
</style>