Shades of Dark Pastel Green #10AB3B
Tints of Dark Pastel Green #10AB3B
RGB
CMYK
RGB Variations
Color information
#10AB3B (or 0x10AB3B) is known color: Dark Pastel Green. HEX triplet: 10, AB and 3B. RGB value is (16,171,59). Sum of RGB (Red+Green+Blue) = 16+171+59=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 171 (67.19% from 255 or 69.51% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB3B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AB3B is #EF54C4. Grayscale: #707070. Windows color (decimal): -15684805 or 3910416. OLE color: 3910416.
HSL color Cylindrical-coordinate representation of color #10AB3B: hue angle of 136.65º 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 #10AB3B is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 171 | 59 | - |
| CMYK | 0.91 | 0 | 0.65 | 0.33 |
| HSL | 136.65º | 0.83% | 0.37% | - |
| HSV(B) | 136.65º | 0.91% | 0.67% | - |
| XYZ | 15.57 | 29.55 | 9.02 | - |
| YUV | 111.89 | 98.15 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 59 | 0.91 | 0 | 0.65 | 0.33 | 136.65 | 0.83 | 0.37 |
| Hex | 10 | AB | 3B | 5B | 0 | 41 | 21 | 89 | 53 | 25 |
| Octal | 20 | 253 | 73 | 133 | 0 | 101 | 41 | 211 | 123 | 45 |
| Binary | 10000 | 10101011 | 111011 | 1011011 | 0 | 1000001 | 100001 | 10001001 | 1010011 | 100101 |
Color Harmonies of #10AB3B
Complementary color
Monochromatic Colors of #10AB3B
Black with #10AB3B
Text Example
Text Example
White with #10AB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AB3B; }
p { color: rgb(16,171,59); }
H1.HeaderClassName
{
color: #10AB3B;
}
.AnyTagClassName
{
color: #10AB3B;
}
</style>
background-color css
<style>
a { background-color: #10AB3B; }
a { background-color: rgb(16,171,59); }
div.DivClassName
{
background-color: #10AB3B;
}
.BgClassName
{
background-color: #10AB3B;
}
</style>
border-color css
<style>
span { border-color: #10AB3B; }
span { border-color: rgb(16,171,59); }
td.TdClassName
{
border-color: #10AB3B;
}
.TagClassName
{
border-color: #10AB3B;
}
</style>