Shades of Dark Pastel Green #0FC62B
Tints of Dark Pastel Green #0FC62B
RGB
CMYK
RGB Variations
Color information
#0FC62B (or 0x0FC62B) is known color: Dark Pastel Green. HEX triplet: 0F, C6 and 2B. RGB value is (15,198,43). Sum of RGB (Red+Green+Blue) = 15+198+43=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 198 (77.73% from 255 or 77.34% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC62B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC62B is #F039D4. Grayscale: #7E7E7E. Windows color (decimal): -15743445 or 2868751. OLE color: 2868751.
HSL color Cylindrical-coordinate representation of color #0FC62B: hue angle of 129.18º 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 #0FC62B is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 198 | 43 | - |
| CMYK | 0.92 | 0 | 0.78 | 0.22 |
| HSL | 129.18º | 0.86% | 0.42% | - |
| HSV(B) | 129.18º | 0.92% | 0.78% | - |
| XYZ | 20.83 | 40.66 | 9.04 | - |
| YUV | 125.61 | 81.37 | 49.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 198 | 43 | 0.92 | 0 | 0.78 | 0.22 | 129.18 | 0.86 | 0.42 |
| Hex | F | C6 | 2B | 5C | 0 | 4E | 16 | 81 | 56 | 2A |
| Octal | 17 | 306 | 53 | 134 | 0 | 116 | 26 | 201 | 126 | 52 |
| Binary | 1111 | 11000110 | 101011 | 1011100 | 0 | 1001110 | 10110 | 10000001 | 1010110 | 101010 |
Color Harmonies of #0FC62B
Complementary color
Monochromatic Colors of #0FC62B
Black with #0FC62B
Text Example
Text Example
White with #0FC62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC62B; }
p { color: rgb(15,198,43); }
H1.HeaderClassName
{
color: #0FC62B;
}
.AnyTagClassName
{
color: #0FC62B;
}
</style>
background-color css
<style>
a { background-color: #0FC62B; }
a { background-color: rgb(15,198,43); }
div.DivClassName
{
background-color: #0FC62B;
}
.BgClassName
{
background-color: #0FC62B;
}
</style>
border-color css
<style>
span { border-color: #0FC62B; }
span { border-color: rgb(15,198,43); }
td.TdClassName
{
border-color: #0FC62B;
}
.TagClassName
{
border-color: #0FC62B;
}
</style>