Shades of Dark Pastel Green #10AB3E
Tints of Dark Pastel Green #10AB3E
RGB
CMYK
RGB Variations
Color information
#10AB3E (or 0x10AB3E) is known color: Dark Pastel Green. HEX triplet: 10, AB and 3E. RGB value is (16,171,62). Sum of RGB (Red+Green+Blue) = 16+171+62=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 171 (67.19% from 255 or 68.67% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AB3E is #EF54C1. Grayscale: #707070. Windows color (decimal): -15684802 or 4107024. OLE color: 4107024.
HSL color Cylindrical-coordinate representation of color #10AB3E: hue angle of 137.81º 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 #10AB3E is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 171 | 62 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.33 |
| HSL | 137.81º | 0.83% | 0.37% | - |
| HSV(B) | 137.81º | 0.91% | 0.67% | - |
| XYZ | 15.65 | 29.58 | 9.44 | - |
| YUV | 112.23 | 99.65 | 59.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 62 | 0.91 | 0 | 0.64 | 0.33 | 137.81 | 0.83 | 0.37 |
| Hex | 10 | AB | 3E | 5B | 0 | 40 | 21 | 8A | 53 | 25 |
| Octal | 20 | 253 | 76 | 133 | 0 | 100 | 41 | 212 | 123 | 45 |
| Binary | 10000 | 10101011 | 111110 | 1011011 | 0 | 1000000 | 100001 | 10001010 | 1010011 | 100101 |
Color Harmonies of #10AB3E
Complementary color
Monochromatic Colors of #10AB3E
Black with #10AB3E
Text Example
Text Example
White with #10AB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AB3E; }
p { color: rgb(16,171,62); }
H1.HeaderClassName
{
color: #10AB3E;
}
.AnyTagClassName
{
color: #10AB3E;
}
</style>
background-color css
<style>
a { background-color: #10AB3E; }
a { background-color: rgb(16,171,62); }
div.DivClassName
{
background-color: #10AB3E;
}
.BgClassName
{
background-color: #10AB3E;
}
</style>
border-color css
<style>
span { border-color: #10AB3E; }
span { border-color: rgb(16,171,62); }
td.TdClassName
{
border-color: #10AB3E;
}
.TagClassName
{
border-color: #10AB3E;
}
</style>