Shades of Dark Pastel Green #0FC422
Tints of Dark Pastel Green #0FC422
RGB
CMYK
RGB Variations
Color information
#0FC422 (or 0x0FC422) is known color: Dark Pastel Green. HEX triplet: 0F, C4 and 22. RGB value is (15,196,34). Sum of RGB (Red+Green+Blue) = 15+196+34=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 196 (76.95% from 255 or 80% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 196 - color contains mainly: green. Hex color #0FC422 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC422 is #F03BDD. Grayscale: #7B7B7B. Windows color (decimal): -15743966 or 2278415. OLE color: 2278415.
HSL color Cylindrical-coordinate representation of color #0FC422: hue angle of 126.3º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC422 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 196 | 34 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.23 |
| HSL | 126.3º | 0.86% | 0.41% | - |
| HSV(B) | 126.3º | 0.92% | 0.77% | - |
| XYZ | 20.23 | 39.7 | 8.11 | - |
| YUV | 123.41 | 77.53 | 50.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 196 | 34 | 0.92 | 0 | 0.83 | 0.23 | 126.3 | 0.86 | 0.41 |
| Hex | F | C4 | 22 | 5C | 0 | 53 | 17 | 7E | 56 | 29 |
| Octal | 17 | 304 | 42 | 134 | 0 | 123 | 27 | 176 | 126 | 51 |
| Binary | 1111 | 11000100 | 100010 | 1011100 | 0 | 1010011 | 10111 | 1111110 | 1010110 | 101001 |
Color Harmonies of #0FC422
Complementary color
Monochromatic Colors of #0FC422
Black with #0FC422
Text Example
Text Example
White with #0FC422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC422; }
p { color: rgb(15,196,34); }
H1.HeaderClassName
{
color: #0FC422;
}
.AnyTagClassName
{
color: #0FC422;
}
</style>
background-color css
<style>
a { background-color: #0FC422; }
a { background-color: rgb(15,196,34); }
div.DivClassName
{
background-color: #0FC422;
}
.BgClassName
{
background-color: #0FC422;
}
</style>
border-color css
<style>
span { border-color: #0FC422; }
span { border-color: rgb(15,196,34); }
td.TdClassName
{
border-color: #0FC422;
}
.TagClassName
{
border-color: #0FC422;
}
</style>