Shades of Dark Pastel Green #0FAD23
Tints of Dark Pastel Green #0FAD23
RGB
CMYK
RGB Variations
Color information
#0FAD23 (or 0x0FAD23) is known color: Dark Pastel Green. HEX triplet: 0F, AD and 23. RGB value is (15,173,35). Sum of RGB (Red+Green+Blue) = 15+173+35=223 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.73% from 223); Green value is 173 (67.97% from 255 or 77.58% from 223); Blue value is 35 (14.06% from 255 or 15.70% from 223); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD23 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAD23 is #F052DC. Grayscale: #6E6E6E. Windows color (decimal): -15749853 or 2338063. OLE color: 2338063.
HSL color Cylindrical-coordinate representation of color #0FAD23: hue angle of 127.59º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAD23 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 173 | 35 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.32 |
| HSL | 127.59º | 0.84% | 0.37% | - |
| HSV(B) | 127.59º | 0.91% | 0.68% | - |
| XYZ | 15.44 | 30.11 | 6.59 | - |
| YUV | 110.03 | 85.65 | 60.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 35 | 0.91 | 0 | 0.80 | 0.32 | 127.59 | 0.84 | 0.37 |
| Hex | F | AD | 23 | 5B | 0 | 50 | 20 | 80 | 54 | 25 |
| Octal | 17 | 255 | 43 | 133 | 0 | 120 | 40 | 200 | 124 | 45 |
| Binary | 1111 | 10101101 | 100011 | 1011011 | 0 | 1010000 | 100000 | 10000000 | 1010100 | 100101 |
Color Harmonies of #0FAD23
Complementary color
Monochromatic Colors of #0FAD23
Black with #0FAD23
Text Example
Text Example
White with #0FAD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAD23; }
p { color: rgb(15,173,35); }
H1.HeaderClassName
{
color: #0FAD23;
}
.AnyTagClassName
{
color: #0FAD23;
}
</style>
background-color css
<style>
a { background-color: #0FAD23; }
a { background-color: rgb(15,173,35); }
div.DivClassName
{
background-color: #0FAD23;
}
.BgClassName
{
background-color: #0FAD23;
}
</style>
border-color css
<style>
span { border-color: #0FAD23; }
span { border-color: rgb(15,173,35); }
td.TdClassName
{
border-color: #0FAD23;
}
.TagClassName
{
border-color: #0FAD23;
}
</style>