Shades of Dark Pastel Green #10AC2A
Tints of Dark Pastel Green #10AC2A
RGB
CMYK
RGB Variations
Color information
#10AC2A (or 0x10AC2A) is known color: Dark Pastel Green. HEX triplet: 10, AC and 2A. RGB value is (16,172,42). Sum of RGB (Red+Green+Blue) = 16+172+42=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 172 (67.58% from 255 or 74.78% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AC2A is #EF53D5. Grayscale: #6E6E6E. Windows color (decimal): -15684566 or 2796560. OLE color: 2796560.
HSL color Cylindrical-coordinate representation of color #10AC2A: hue angle of 130º 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 #10AC2A is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 172 | 42 | - |
| CMYK | 0.91 | 0 | 0.76 | 0.33 |
| HSL | 130º | 0.83% | 0.37% | - |
| HSV(B) | 130º | 0.91% | 0.67% | - |
| XYZ | 15.38 | 29.78 | 7.13 | - |
| YUV | 110.54 | 89.32 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 172 | 42 | 0.91 | 0 | 0.76 | 0.33 | 130 | 0.83 | 0.37 |
| Hex | 10 | AC | 2A | 5B | 0 | 4C | 21 | 82 | 53 | 25 |
| Octal | 20 | 254 | 52 | 133 | 0 | 114 | 41 | 202 | 123 | 45 |
| Binary | 10000 | 10101100 | 101010 | 1011011 | 0 | 1001100 | 100001 | 10000010 | 1010011 | 100101 |
Color Harmonies of #10AC2A
Complementary color
Monochromatic Colors of #10AC2A
Black with #10AC2A
Text Example
Text Example
White with #10AC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AC2A; }
p { color: rgb(16,172,42); }
H1.HeaderClassName
{
color: #10AC2A;
}
.AnyTagClassName
{
color: #10AC2A;
}
</style>
background-color css
<style>
a { background-color: #10AC2A; }
a { background-color: rgb(16,172,42); }
div.DivClassName
{
background-color: #10AC2A;
}
.BgClassName
{
background-color: #10AC2A;
}
</style>
border-color css
<style>
span { border-color: #10AC2A; }
span { border-color: rgb(16,172,42); }
td.TdClassName
{
border-color: #10AC2A;
}
.TagClassName
{
border-color: #10AC2A;
}
</style>