Shades of Dark Pastel Green #10AB3D
Tints of Dark Pastel Green #10AB3D
RGB
CMYK
RGB Variations
Color information
#10AB3D (or 0x10AB3D) is known color: Dark Pastel Green. HEX triplet: 10, AB and 3D. RGB value is (16,171,61). Sum of RGB (Red+Green+Blue) = 16+171+61=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 171 (67.19% from 255 or 68.95% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AB3D is #EF54C2. Grayscale: #707070. Windows color (decimal): -15684803 or 4041488. OLE color: 4041488.
HSL color Cylindrical-coordinate representation of color #10AB3D: hue angle of 137.42º 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 #10AB3D is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 171 | 61 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.33 |
| HSL | 137.42º | 0.83% | 0.37% | - |
| HSV(B) | 137.42º | 0.91% | 0.67% | - |
| XYZ | 15.62 | 29.57 | 9.3 | - |
| YUV | 112.12 | 99.15 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 61 | 0.91 | 0 | 0.64 | 0.33 | 137.42 | 0.83 | 0.37 |
| Hex | 10 | AB | 3D | 5B | 0 | 40 | 21 | 89 | 53 | 25 |
| Octal | 20 | 253 | 75 | 133 | 0 | 100 | 41 | 211 | 123 | 45 |
| Binary | 10000 | 10101011 | 111101 | 1011011 | 0 | 1000000 | 100001 | 10001001 | 1010011 | 100101 |
Color Harmonies of #10AB3D
Complementary color
Monochromatic Colors of #10AB3D
Black with #10AB3D
Text Example
Text Example
White with #10AB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AB3D; }
p { color: rgb(16,171,61); }
H1.HeaderClassName
{
color: #10AB3D;
}
.AnyTagClassName
{
color: #10AB3D;
}
</style>
background-color css
<style>
a { background-color: #10AB3D; }
a { background-color: rgb(16,171,61); }
div.DivClassName
{
background-color: #10AB3D;
}
.BgClassName
{
background-color: #10AB3D;
}
</style>
border-color css
<style>
span { border-color: #10AB3D; }
span { border-color: rgb(16,171,61); }
td.TdClassName
{
border-color: #10AB3D;
}
.TagClassName
{
border-color: #10AB3D;
}
</style>