Shades of Dark Pastel Green #10AB25
Tints of Dark Pastel Green #10AB25
RGB
CMYK
RGB Variations
Color information
#10AB25 (or 0x10AB25) is known color: Dark Pastel Green. HEX triplet: 10, AB and 25. RGB value is (16,171,37). Sum of RGB (Red+Green+Blue) = 16+171+37=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 171 (67.19% from 255 or 76.34% from 224); Blue value is 37 (14.84% from 255 or 16.52% from 224); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB25 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AB25 is #EF54DA. Grayscale: #6D6D6D. Windows color (decimal): -15684827 or 2468624. OLE color: 2468624.
HSL color Cylindrical-coordinate representation of color #10AB25: hue angle of 128.13º 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 #10AB25 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 171 | 37 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.33 |
| HSL | 128.13º | 0.83% | 0.37% | - |
| HSV(B) | 128.13º | 0.91% | 0.67% | - |
| XYZ | 15.11 | 29.37 | 6.62 | - |
| YUV | 109.38 | 87.15 | 61.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 37 | 0.91 | 0 | 0.78 | 0.33 | 128.13 | 0.83 | 0.37 |
| Hex | 10 | AB | 25 | 5B | 0 | 4E | 21 | 80 | 53 | 25 |
| Octal | 20 | 253 | 45 | 133 | 0 | 116 | 41 | 200 | 123 | 45 |
| Binary | 10000 | 10101011 | 100101 | 1011011 | 0 | 1001110 | 100001 | 10000000 | 1010011 | 100101 |
Color Harmonies of #10AB25
Complementary color
Monochromatic Colors of #10AB25
Black with #10AB25
Text Example
Text Example
White with #10AB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AB25; }
p { color: rgb(16,171,37); }
H1.HeaderClassName
{
color: #10AB25;
}
.AnyTagClassName
{
color: #10AB25;
}
</style>
background-color css
<style>
a { background-color: #10AB25; }
a { background-color: rgb(16,171,37); }
div.DivClassName
{
background-color: #10AB25;
}
.BgClassName
{
background-color: #10AB25;
}
</style>
border-color css
<style>
span { border-color: #10AB25; }
span { border-color: rgb(16,171,37); }
td.TdClassName
{
border-color: #10AB25;
}
.TagClassName
{
border-color: #10AB25;
}
</style>