Shades of Dark Pastel Green #0FAC23
Tints of Dark Pastel Green #0FAC23
RGB
CMYK
RGB Variations
Color information
#0FAC23 (or 0x0FAC23) is known color: Dark Pastel Green. HEX triplet: 0F, AC and 23. RGB value is (15,172,35). Sum of RGB (Red+Green+Blue) = 15+172+35=222 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.76% from 222); Green value is 172 (67.58% from 255 or 77.48% from 222); Blue value is 35 (14.06% from 255 or 15.77% from 222); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC23 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAC23 is #F053DC. Grayscale: #6D6D6D. Windows color (decimal): -15750109 or 2337807. OLE color: 2337807.
HSL color Cylindrical-coordinate representation of color #0FAC23: hue angle of 127.64º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAC23 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 172 | 35 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.33 |
| HSL | 127.64º | 0.84% | 0.37% | - |
| HSV(B) | 127.64º | 0.91% | 0.67% | - |
| XYZ | 15.25 | 29.73 | 6.52 | - |
| YUV | 109.44 | 85.99 | 60.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 35 | 0.91 | 0 | 0.80 | 0.33 | 127.64 | 0.84 | 0.37 |
| Hex | F | AC | 23 | 5B | 0 | 50 | 21 | 80 | 54 | 25 |
| Octal | 17 | 254 | 43 | 133 | 0 | 120 | 41 | 200 | 124 | 45 |
| Binary | 1111 | 10101100 | 100011 | 1011011 | 0 | 1010000 | 100001 | 10000000 | 1010100 | 100101 |
Color Harmonies of #0FAC23
Complementary color
Monochromatic Colors of #0FAC23
Black with #0FAC23
Text Example
Text Example
White with #0FAC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAC23; }
p { color: rgb(15,172,35); }
H1.HeaderClassName
{
color: #0FAC23;
}
.AnyTagClassName
{
color: #0FAC23;
}
</style>
background-color css
<style>
a { background-color: #0FAC23; }
a { background-color: rgb(15,172,35); }
div.DivClassName
{
background-color: #0FAC23;
}
.BgClassName
{
background-color: #0FAC23;
}
</style>
border-color css
<style>
span { border-color: #0FAC23; }
span { border-color: rgb(15,172,35); }
td.TdClassName
{
border-color: #0FAC23;
}
.TagClassName
{
border-color: #0FAC23;
}
</style>