Shades of Dark Pastel Green #10AE20
Tints of Dark Pastel Green #10AE20
RGB
CMYK
RGB Variations
Color information
#10AE20 (or 0x10AE20) is known color: Dark Pastel Green. HEX triplet: 10, AE and 20. RGB value is (16,174,32). Sum of RGB (Red+Green+Blue) = 16+174+32=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 174 (68.36% from 255 or 78.38% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 174 - color contains mainly: green. Hex color #10AE20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AE20 is #EF51DF. Grayscale: #6E6E6E. Windows color (decimal): -15684064 or 2141712. OLE color: 2141712.
HSL color Cylindrical-coordinate representation of color #10AE20: hue angle of 126.08º 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 #10AE20 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 174 | 32 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.32 |
| HSL | 126.08º | 0.83% | 0.37% | - |
| HSV(B) | 126.08º | 0.91% | 0.68% | - |
| XYZ | 15.61 | 30.49 | 6.43 | - |
| YUV | 110.57 | 83.65 | 60.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 174 | 32 | 0.91 | 0 | 0.82 | 0.32 | 126.08 | 0.83 | 0.37 |
| Hex | 10 | AE | 20 | 5B | 0 | 52 | 20 | 7E | 53 | 25 |
| Octal | 20 | 256 | 40 | 133 | 0 | 122 | 40 | 176 | 123 | 45 |
| Binary | 10000 | 10101110 | 100000 | 1011011 | 0 | 1010010 | 100000 | 1111110 | 1010011 | 100101 |
Color Harmonies of #10AE20
Complementary color
Monochromatic Colors of #10AE20
Black with #10AE20
Text Example
Text Example
White with #10AE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AE20; }
p { color: rgb(16,174,32); }
H1.HeaderClassName
{
color: #10AE20;
}
.AnyTagClassName
{
color: #10AE20;
}
</style>
background-color css
<style>
a { background-color: #10AE20; }
a { background-color: rgb(16,174,32); }
div.DivClassName
{
background-color: #10AE20;
}
.BgClassName
{
background-color: #10AE20;
}
</style>
border-color css
<style>
span { border-color: #10AE20; }
span { border-color: rgb(16,174,32); }
td.TdClassName
{
border-color: #10AE20;
}
.TagClassName
{
border-color: #10AE20;
}
</style>