Shades of Dark Pastel Green #10A93B
Tints of Dark Pastel Green #10A93B
RGB
CMYK
RGB Variations
Color information
#10A93B (or 0x10A93B) is known color: Dark Pastel Green. HEX triplet: 10, A9 and 3B. RGB value is (16,169,59). Sum of RGB (Red+Green+Blue) = 16+169+59=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 169 (66.41% from 255 or 69.26% from 244); Blue value is 59 (23.44% from 255 or 24.18% from 244); Max value from RGB is 169 - color contains mainly: green. Hex color #10A93B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A93B is #EF56C4. Grayscale: #6E6E6E. Windows color (decimal): -15685317 or 3909904. OLE color: 3909904.
HSL color Cylindrical-coordinate representation of color #10A93B: hue angle of 136.86º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10A93B is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 169 | 59 | - |
| CMYK | 0.91 | 0 | 0.65 | 0.34 |
| HSL | 136.86º | 0.83% | 0.36% | - |
| HSV(B) | 136.86º | 0.91% | 0.66% | - |
| XYZ | 15.19 | 28.8 | 8.9 | - |
| YUV | 110.71 | 98.81 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 169 | 59 | 0.91 | 0 | 0.65 | 0.34 | 136.86 | 0.83 | 0.36 |
| Hex | 10 | A9 | 3B | 5B | 0 | 41 | 22 | 89 | 53 | 24 |
| Octal | 20 | 251 | 73 | 133 | 0 | 101 | 42 | 211 | 123 | 44 |
| Binary | 10000 | 10101001 | 111011 | 1011011 | 0 | 1000001 | 100010 | 10001001 | 1010011 | 100100 |
Color Harmonies of #10A93B
Complementary color
Monochromatic Colors of #10A93B
Black with #10A93B
Text Example
Text Example
White with #10A93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A93B; }
p { color: rgb(16,169,59); }
H1.HeaderClassName
{
color: #10A93B;
}
.AnyTagClassName
{
color: #10A93B;
}
</style>
background-color css
<style>
a { background-color: #10A93B; }
a { background-color: rgb(16,169,59); }
div.DivClassName
{
background-color: #10A93B;
}
.BgClassName
{
background-color: #10A93B;
}
</style>
border-color css
<style>
span { border-color: #10A93B; }
span { border-color: rgb(16,169,59); }
td.TdClassName
{
border-color: #10A93B;
}
.TagClassName
{
border-color: #10A93B;
}
</style>