Shades of Dark Pastel Green #10AE3E
Tints of Dark Pastel Green #10AE3E
RGB
CMYK
RGB Variations
Color information
#10AE3E (or 0x10AE3E) is known color: Dark Pastel Green. HEX triplet: 10, AE and 3E. RGB value is (16,174,62). Sum of RGB (Red+Green+Blue) = 16+174+62=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 174 (68.36% from 255 or 69.05% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 174 - color contains mainly: green. Hex color #10AE3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AE3E is #EF51C1. Grayscale: #727272. Windows color (decimal): -15684034 or 4107792. OLE color: 4107792.
HSL color Cylindrical-coordinate representation of color #10AE3E: hue angle of 137.47º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AE3E is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 174 | 62 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.32 |
| HSL | 137.47º | 0.83% | 0.37% | - |
| HSV(B) | 137.47º | 0.91% | 0.68% | - |
| XYZ | 16.22 | 30.73 | 9.63 | - |
| YUV | 113.99 | 98.65 | 58.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 174 | 62 | 0.91 | 0 | 0.64 | 0.32 | 137.47 | 0.83 | 0.37 |
| Hex | 10 | AE | 3E | 5B | 0 | 40 | 20 | 89 | 53 | 25 |
| Octal | 20 | 256 | 76 | 133 | 0 | 100 | 40 | 211 | 123 | 45 |
| Binary | 10000 | 10101110 | 111110 | 1011011 | 0 | 1000000 | 100000 | 10001001 | 1010011 | 100101 |
Color Harmonies of #10AE3E
Complementary color
Monochromatic Colors of #10AE3E
Black with #10AE3E
Text Example
Text Example
White with #10AE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AE3E; }
p { color: rgb(16,174,62); }
H1.HeaderClassName
{
color: #10AE3E;
}
.AnyTagClassName
{
color: #10AE3E;
}
</style>
background-color css
<style>
a { background-color: #10AE3E; }
a { background-color: rgb(16,174,62); }
div.DivClassName
{
background-color: #10AE3E;
}
.BgClassName
{
background-color: #10AE3E;
}
</style>
border-color css
<style>
span { border-color: #10AE3E; }
span { border-color: rgb(16,174,62); }
td.TdClassName
{
border-color: #10AE3E;
}
.TagClassName
{
border-color: #10AE3E;
}
</style>