Shades of Dark Pastel Green #10AC32
Tints of Dark Pastel Green #10AC32
RGB
CMYK
RGB Variations
Color information
#10AC32 (or 0x10AC32) is known color: Dark Pastel Green. HEX triplet: 10, AC and 32. RGB value is (16,172,50). Sum of RGB (Red+Green+Blue) = 16+172+50=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 172 (67.58% from 255 or 72.27% from 238); Blue value is 50 (19.92% from 255 or 21.01% from 238); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AC32 is #EF53CD. Grayscale: #6F6F6F. Windows color (decimal): -15684558 or 3320848. OLE color: 3320848.
HSL color Cylindrical-coordinate representation of color #10AC32: hue angle of 133.08º 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 #10AC32 is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 172 | 50 | - |
| CMYK | 0.91 | 0 | 0.71 | 0.33 |
| HSL | 133.08º | 0.83% | 0.37% | - |
| HSV(B) | 133.08º | 0.91% | 0.67% | - |
| XYZ | 15.54 | 29.85 | 7.96 | - |
| YUV | 111.45 | 93.32 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 172 | 50 | 0.91 | 0 | 0.71 | 0.33 | 133.08 | 0.83 | 0.37 |
| Hex | 10 | AC | 32 | 5B | 0 | 47 | 21 | 85 | 53 | 25 |
| Octal | 20 | 254 | 62 | 133 | 0 | 107 | 41 | 205 | 123 | 45 |
| Binary | 10000 | 10101100 | 110010 | 1011011 | 0 | 1000111 | 100001 | 10000101 | 1010011 | 100101 |
Color Harmonies of #10AC32
Complementary color
Monochromatic Colors of #10AC32
Black with #10AC32
Text Example
Text Example
White with #10AC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AC32; }
p { color: rgb(16,172,50); }
H1.HeaderClassName
{
color: #10AC32;
}
.AnyTagClassName
{
color: #10AC32;
}
</style>
background-color css
<style>
a { background-color: #10AC32; }
a { background-color: rgb(16,172,50); }
div.DivClassName
{
background-color: #10AC32;
}
.BgClassName
{
background-color: #10AC32;
}
</style>
border-color css
<style>
span { border-color: #10AC32; }
span { border-color: rgb(16,172,50); }
td.TdClassName
{
border-color: #10AC32;
}
.TagClassName
{
border-color: #10AC32;
}
</style>