Shades of Dark Pastel Green #10A83B
Tints of Dark Pastel Green #10A83B
RGB
CMYK
RGB Variations
Color information
#10A83B (or 0x10A83B) is known color: Dark Pastel Green. HEX triplet: 10, A8 and 3B. RGB value is (16,168,59). Sum of RGB (Red+Green+Blue) = 16+168+59=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 168 (66.02% from 255 or 69.14% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 168 - color contains mainly: green. Hex color #10A83B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A83B is #EF57C4. Grayscale: #6E6E6E. Windows color (decimal): -15685573 or 3909648. OLE color: 3909648.
HSL color Cylindrical-coordinate representation of color #10A83B: hue angle of 136.97º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A83B is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 168 | 59 | - |
| CMYK | 0.90 | 0 | 0.65 | 0.34 |
| HSL | 136.97º | 0.83% | 0.36% | - |
| HSV(B) | 136.97º | 0.9% | 0.66% | - |
| XYZ | 15.01 | 28.43 | 8.83 | - |
| YUV | 110.13 | 99.14 | 60.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 168 | 59 | 0.90 | 0 | 0.65 | 0.34 | 136.97 | 0.83 | 0.36 |
| Hex | 10 | A8 | 3B | 5A | 0 | 41 | 22 | 89 | 53 | 24 |
| Octal | 20 | 250 | 73 | 132 | 0 | 101 | 42 | 211 | 123 | 44 |
| Binary | 10000 | 10101000 | 111011 | 1011010 | 0 | 1000001 | 100010 | 10001001 | 1010011 | 100100 |
Color Harmonies of #10A83B
Complementary color
Monochromatic Colors of #10A83B
Black with #10A83B
Text Example
Text Example
White with #10A83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A83B; }
p { color: rgb(16,168,59); }
H1.HeaderClassName
{
color: #10A83B;
}
.AnyTagClassName
{
color: #10A83B;
}
</style>
background-color css
<style>
a { background-color: #10A83B; }
a { background-color: rgb(16,168,59); }
div.DivClassName
{
background-color: #10A83B;
}
.BgClassName
{
background-color: #10A83B;
}
</style>
border-color css
<style>
span { border-color: #10A83B; }
span { border-color: rgb(16,168,59); }
td.TdClassName
{
border-color: #10A83B;
}
.TagClassName
{
border-color: #10A83B;
}
</style>