Shades of Dark Pastel Green #10AB2C
Tints of Dark Pastel Green #10AB2C
RGB
CMYK
RGB Variations
Color information
#10AB2C (or 0x10AB2C) is known color: Dark Pastel Green. HEX triplet: 10, AB and 2C. RGB value is (16,171,44). Sum of RGB (Red+Green+Blue) = 16+171+44=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 171 (67.19% from 255 or 74.03% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AB2C is #EF54D3. Grayscale: #6E6E6E. Windows color (decimal): -15684820 or 2927376. OLE color: 2927376.
HSL color Cylindrical-coordinate representation of color #10AB2C: hue angle of 130.84º 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 #10AB2C is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 171 | 44 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.33 |
| HSL | 130.84º | 0.83% | 0.37% | - |
| HSV(B) | 130.84º | 0.91% | 0.67% | - |
| XYZ | 15.23 | 29.42 | 7.26 | - |
| YUV | 110.18 | 90.65 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 44 | 0.91 | 0 | 0.74 | 0.33 | 130.84 | 0.83 | 0.37 |
| Hex | 10 | AB | 2C | 5B | 0 | 4A | 21 | 83 | 53 | 25 |
| Octal | 20 | 253 | 54 | 133 | 0 | 112 | 41 | 203 | 123 | 45 |
| Binary | 10000 | 10101011 | 101100 | 1011011 | 0 | 1001010 | 100001 | 10000011 | 1010011 | 100101 |
Color Harmonies of #10AB2C
Complementary color
Monochromatic Colors of #10AB2C
Black with #10AB2C
Text Example
Text Example
White with #10AB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AB2C; }
p { color: rgb(16,171,44); }
H1.HeaderClassName
{
color: #10AB2C;
}
.AnyTagClassName
{
color: #10AB2C;
}
</style>
background-color css
<style>
a { background-color: #10AB2C; }
a { background-color: rgb(16,171,44); }
div.DivClassName
{
background-color: #10AB2C;
}
.BgClassName
{
background-color: #10AB2C;
}
</style>
border-color css
<style>
span { border-color: #10AB2C; }
span { border-color: rgb(16,171,44); }
td.TdClassName
{
border-color: #10AB2C;
}
.TagClassName
{
border-color: #10AB2C;
}
</style>