Shades of Dark Pastel Green #10A83F
Tints of Dark Pastel Green #10A83F
RGB
CMYK
RGB Variations
Color information
#10A83F (or 0x10A83F) is known color: Dark Pastel Green. HEX triplet: 10, A8 and 3F. RGB value is (16,168,63). Sum of RGB (Red+Green+Blue) = 16+168+63=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 168 (66.02% from 255 or 68.02% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 168 - color contains mainly: green. Hex color #10A83F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A83F is #EF57C0. Grayscale: #6E6E6E. Windows color (decimal): -15685569 or 4171792. OLE color: 4171792.
HSL color Cylindrical-coordinate representation of color #10A83F: hue angle of 138.55º 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 #10A83F is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 168 | 63 | - |
| CMYK | 0.90 | 0 | 0.63 | 0.34 |
| HSL | 138.55º | 0.83% | 0.36% | - |
| HSV(B) | 138.55º | 0.9% | 0.66% | - |
| XYZ | 15.11 | 28.47 | 9.4 | - |
| YUV | 110.58 | 101.14 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 168 | 63 | 0.90 | 0 | 0.63 | 0.34 | 138.55 | 0.83 | 0.36 |
| Hex | 10 | A8 | 3F | 5A | 0 | 3F | 22 | 8B | 53 | 24 |
| Octal | 20 | 250 | 77 | 132 | 0 | 77 | 42 | 213 | 123 | 44 |
| Binary | 10000 | 10101000 | 111111 | 1011010 | 0 | 111111 | 100010 | 10001011 | 1010011 | 100100 |
Color Harmonies of #10A83F
Complementary color
Monochromatic Colors of #10A83F
Black with #10A83F
Text Example
Text Example
White with #10A83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A83F; }
p { color: rgb(16,168,63); }
H1.HeaderClassName
{
color: #10A83F;
}
.AnyTagClassName
{
color: #10A83F;
}
</style>
background-color css
<style>
a { background-color: #10A83F; }
a { background-color: rgb(16,168,63); }
div.DivClassName
{
background-color: #10A83F;
}
.BgClassName
{
background-color: #10A83F;
}
</style>
border-color css
<style>
span { border-color: #10A83F; }
span { border-color: rgb(16,168,63); }
td.TdClassName
{
border-color: #10A83F;
}
.TagClassName
{
border-color: #10A83F;
}
</style>