Shades of Dark Pastel Green #10AB24
Tints of Dark Pastel Green #10AB24
RGB
CMYK
RGB Variations
Color information
#10AB24 (or 0x10AB24) is known color: Dark Pastel Green. HEX triplet: 10, AB and 24. RGB value is (16,171,36). Sum of RGB (Red+Green+Blue) = 16+171+36=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 171 (67.19% from 255 or 76.68% from 223); Blue value is 36 (14.45% from 255 or 16.14% from 223); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB24 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AB24 is #EF54DB. Grayscale: #6D6D6D. Windows color (decimal): -15684828 or 2403088. OLE color: 2403088.
HSL color Cylindrical-coordinate representation of color #10AB24: hue angle of 127.74º degrees, saturation: 0.83, 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 #10AB24 is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 171 | 36 | - |
| CMYK | 0.91 | 0 | 0.79 | 0.33 |
| HSL | 127.74º | 0.83% | 0.37% | - |
| HSV(B) | 127.74º | 0.91% | 0.67% | - |
| XYZ | 15.1 | 29.36 | 6.54 | - |
| YUV | 109.27 | 86.65 | 61.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 36 | 0.91 | 0 | 0.79 | 0.33 | 127.74 | 0.83 | 0.37 |
| Hex | 10 | AB | 24 | 5B | 0 | 4F | 21 | 80 | 53 | 25 |
| Octal | 20 | 253 | 44 | 133 | 0 | 117 | 41 | 200 | 123 | 45 |
| Binary | 10000 | 10101011 | 100100 | 1011011 | 0 | 1001111 | 100001 | 10000000 | 1010011 | 100101 |
Color Harmonies of #10AB24
Complementary color
Monochromatic Colors of #10AB24
Black with #10AB24
Text Example
Text Example
White with #10AB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AB24; }
p { color: rgb(16,171,36); }
H1.HeaderClassName
{
color: #10AB24;
}
.AnyTagClassName
{
color: #10AB24;
}
</style>
background-color css
<style>
a { background-color: #10AB24; }
a { background-color: rgb(16,171,36); }
div.DivClassName
{
background-color: #10AB24;
}
.BgClassName
{
background-color: #10AB24;
}
</style>
border-color css
<style>
span { border-color: #10AB24; }
span { border-color: rgb(16,171,36); }
td.TdClassName
{
border-color: #10AB24;
}
.TagClassName
{
border-color: #10AB24;
}
</style>