Shades of Dark Pastel Green #10AC2F
Tints of Dark Pastel Green #10AC2F
RGB
CMYK
RGB Variations
Color information
#10AC2F (or 0x10AC2F) is known color: Dark Pastel Green. HEX triplet: 10, AC and 2F. RGB value is (16,172,47). Sum of RGB (Red+Green+Blue) = 16+172+47=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 172 (67.58% from 255 or 73.19% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AC2F is #EF53D0. Grayscale: #6F6F6F. Windows color (decimal): -15684561 or 3124240. OLE color: 3124240.
HSL color Cylindrical-coordinate representation of color #10AC2F: hue angle of 131.92º 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 #10AC2F is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 172 | 47 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.33 |
| HSL | 131.92º | 0.83% | 0.37% | - |
| HSV(B) | 131.92º | 0.91% | 0.67% | - |
| XYZ | 15.48 | 29.82 | 7.63 | - |
| YUV | 111.11 | 91.82 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 172 | 47 | 0.91 | 0 | 0.73 | 0.33 | 131.92 | 0.83 | 0.37 |
| Hex | 10 | AC | 2F | 5B | 0 | 49 | 21 | 84 | 53 | 25 |
| Octal | 20 | 254 | 57 | 133 | 0 | 111 | 41 | 204 | 123 | 45 |
| Binary | 10000 | 10101100 | 101111 | 1011011 | 0 | 1001001 | 100001 | 10000100 | 1010011 | 100101 |
Color Harmonies of #10AC2F
Complementary color
Monochromatic Colors of #10AC2F
Black with #10AC2F
Text Example
Text Example
White with #10AC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AC2F; }
p { color: rgb(16,172,47); }
H1.HeaderClassName
{
color: #10AC2F;
}
.AnyTagClassName
{
color: #10AC2F;
}
</style>
background-color css
<style>
a { background-color: #10AC2F; }
a { background-color: rgb(16,172,47); }
div.DivClassName
{
background-color: #10AC2F;
}
.BgClassName
{
background-color: #10AC2F;
}
</style>
border-color css
<style>
span { border-color: #10AC2F; }
span { border-color: rgb(16,172,47); }
td.TdClassName
{
border-color: #10AC2F;
}
.TagClassName
{
border-color: #10AC2F;
}
</style>