Shades of Dark Pastel Green #0FC318
Tints of Dark Pastel Green #0FC318
RGB
CMYK
RGB Variations
Color information
#0FC318 (or 0x0FC318) is known color: Dark Pastel Green. HEX triplet: 0F, C3 and 18. RGB value is (15,195,24). Sum of RGB (Red+Green+Blue) = 15+195+24=234 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.41% from 234); Green value is 195 (76.56% from 255 or 83.33% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 195 - color contains mainly: green. Hex color #0FC318 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC318 is #F03CE7. Grayscale: #7A7A7A. Windows color (decimal): -15744232 or 1622799. OLE color: 1622799.
HSL color Cylindrical-coordinate representation of color #0FC318: hue angle of 123º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC318 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 195 | 24 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.24 |
| HSL | 123º | 0.86% | 0.41% | - |
| HSV(B) | 123º | 0.92% | 0.76% | - |
| XYZ | 19.88 | 39.2 | 7.38 | - |
| YUV | 121.69 | 72.87 | 51.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 195 | 24 | 0.92 | 0 | 0.88 | 0.24 | 123 | 0.86 | 0.41 |
| Hex | F | C3 | 18 | 5C | 0 | 58 | 18 | 7B | 56 | 29 |
| Octal | 17 | 303 | 30 | 134 | 0 | 130 | 30 | 173 | 126 | 51 |
| Binary | 1111 | 11000011 | 11000 | 1011100 | 0 | 1011000 | 11000 | 1111011 | 1010110 | 101001 |
Color Harmonies of #0FC318
Complementary color
Monochromatic Colors of #0FC318
Black with #0FC318
Text Example
Text Example
White with #0FC318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC318; }
p { color: rgb(15,195,24); }
H1.HeaderClassName
{
color: #0FC318;
}
.AnyTagClassName
{
color: #0FC318;
}
</style>
background-color css
<style>
a { background-color: #0FC318; }
a { background-color: rgb(15,195,24); }
div.DivClassName
{
background-color: #0FC318;
}
.BgClassName
{
background-color: #0FC318;
}
</style>
border-color css
<style>
span { border-color: #0FC318; }
span { border-color: rgb(15,195,24); }
td.TdClassName
{
border-color: #0FC318;
}
.TagClassName
{
border-color: #0FC318;
}
</style>