Shades of Dark Pastel Green #10AB3F
Tints of Dark Pastel Green #10AB3F
RGB
CMYK
RGB Variations
Color information
#10AB3F (or 0x10AB3F) is known color: Dark Pastel Green. HEX triplet: 10, AB and 3F. RGB value is (16,171,63). Sum of RGB (Red+Green+Blue) = 16+171+63=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 171 (67.19% from 255 or 68.4% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AB3F is #EF54C0. Grayscale: #707070. Windows color (decimal): -15684801 or 4172560. OLE color: 4172560.
HSL color Cylindrical-coordinate representation of color #10AB3F: hue angle of 138.19º 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 #10AB3F is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 171 | 63 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.33 |
| HSL | 138.19º | 0.83% | 0.37% | - |
| HSV(B) | 138.19º | 0.91% | 0.67% | - |
| XYZ | 15.67 | 29.59 | 9.59 | - |
| YUV | 112.34 | 100.15 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 63 | 0.91 | 0 | 0.63 | 0.33 | 138.19 | 0.83 | 0.37 |
| Hex | 10 | AB | 3F | 5B | 0 | 3F | 21 | 8A | 53 | 25 |
| Octal | 20 | 253 | 77 | 133 | 0 | 77 | 41 | 212 | 123 | 45 |
| Binary | 10000 | 10101011 | 111111 | 1011011 | 0 | 111111 | 100001 | 10001010 | 1010011 | 100101 |
Color Harmonies of #10AB3F
Complementary color
Monochromatic Colors of #10AB3F
Black with #10AB3F
Text Example
Text Example
White with #10AB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AB3F; }
p { color: rgb(16,171,63); }
H1.HeaderClassName
{
color: #10AB3F;
}
.AnyTagClassName
{
color: #10AB3F;
}
</style>
background-color css
<style>
a { background-color: #10AB3F; }
a { background-color: rgb(16,171,63); }
div.DivClassName
{
background-color: #10AB3F;
}
.BgClassName
{
background-color: #10AB3F;
}
</style>
border-color css
<style>
span { border-color: #10AB3F; }
span { border-color: rgb(16,171,63); }
td.TdClassName
{
border-color: #10AB3F;
}
.TagClassName
{
border-color: #10AB3F;
}
</style>