Shades of Dark Pastel Green #10AE2D
Tints of Dark Pastel Green #10AE2D
RGB
CMYK
RGB Variations
Color information
#10AE2D (or 0x10AE2D) is known color: Dark Pastel Green. HEX triplet: 10, AE and 2D. RGB value is (16,174,45). Sum of RGB (Red+Green+Blue) = 16+174+45=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 174 (68.36% from 255 or 74.04% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 174 - color contains mainly: green. Hex color #10AE2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AE2D is #EF51D2. Grayscale: #707070. Windows color (decimal): -15684051 or 2993680. OLE color: 2993680.
HSL color Cylindrical-coordinate representation of color #10AE2D: hue angle of 131.01º 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 #10AE2D is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 174 | 45 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.32 |
| HSL | 131.01º | 0.83% | 0.37% | - |
| HSV(B) | 131.01º | 0.91% | 0.68% | - |
| XYZ | 15.82 | 30.57 | 7.55 | - |
| YUV | 112.05 | 90.15 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 174 | 45 | 0.91 | 0 | 0.74 | 0.32 | 131.01 | 0.83 | 0.37 |
| Hex | 10 | AE | 2D | 5B | 0 | 4A | 20 | 83 | 53 | 25 |
| Octal | 20 | 256 | 55 | 133 | 0 | 112 | 40 | 203 | 123 | 45 |
| Binary | 10000 | 10101110 | 101101 | 1011011 | 0 | 1001010 | 100000 | 10000011 | 1010011 | 100101 |
Color Harmonies of #10AE2D
Complementary color
Monochromatic Colors of #10AE2D
Black with #10AE2D
Text Example
Text Example
White with #10AE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AE2D; }
p { color: rgb(16,174,45); }
H1.HeaderClassName
{
color: #10AE2D;
}
.AnyTagClassName
{
color: #10AE2D;
}
</style>
background-color css
<style>
a { background-color: #10AE2D; }
a { background-color: rgb(16,174,45); }
div.DivClassName
{
background-color: #10AE2D;
}
.BgClassName
{
background-color: #10AE2D;
}
</style>
border-color css
<style>
span { border-color: #10AE2D; }
span { border-color: rgb(16,174,45); }
td.TdClassName
{
border-color: #10AE2D;
}
.TagClassName
{
border-color: #10AE2D;
}
</style>