Shades of Dark Pastel Green #10AC28
Tints of Dark Pastel Green #10AC28
RGB
CMYK
RGB Variations
Color information
#10AC28 (or 0x10AC28) is known color: Dark Pastel Green. HEX triplet: 10, AC and 28. RGB value is (16,172,40). Sum of RGB (Red+Green+Blue) = 16+172+40=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 172 (67.58% from 255 or 75.44% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AC28 is #EF53D7. Grayscale: #6E6E6E. Windows color (decimal): -15684568 or 2665488. OLE color: 2665488.
HSL color Cylindrical-coordinate representation of color #10AC28: hue angle of 129.23º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AC28 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 172 | 40 | - |
| CMYK | 0.91 | 0 | 0.77 | 0.33 |
| HSL | 129.23º | 0.83% | 0.37% | - |
| HSV(B) | 129.23º | 0.91% | 0.67% | - |
| XYZ | 15.35 | 29.77 | 6.94 | - |
| YUV | 110.31 | 88.32 | 60.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 172 | 40 | 0.91 | 0 | 0.77 | 0.33 | 129.23 | 0.83 | 0.37 |
| Hex | 10 | AC | 28 | 5B | 0 | 4D | 21 | 81 | 53 | 25 |
| Octal | 20 | 254 | 50 | 133 | 0 | 115 | 41 | 201 | 123 | 45 |
| Binary | 10000 | 10101100 | 101000 | 1011011 | 0 | 1001101 | 100001 | 10000001 | 1010011 | 100101 |
Color Harmonies of #10AC28
Complementary color
Monochromatic Colors of #10AC28
Black with #10AC28
Text Example
Text Example
White with #10AC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AC28; }
p { color: rgb(16,172,40); }
H1.HeaderClassName
{
color: #10AC28;
}
.AnyTagClassName
{
color: #10AC28;
}
</style>
background-color css
<style>
a { background-color: #10AC28; }
a { background-color: rgb(16,172,40); }
div.DivClassName
{
background-color: #10AC28;
}
.BgClassName
{
background-color: #10AC28;
}
</style>
border-color css
<style>
span { border-color: #10AC28; }
span { border-color: rgb(16,172,40); }
td.TdClassName
{
border-color: #10AC28;
}
.TagClassName
{
border-color: #10AC28;
}
</style>