Shades of Dark Pastel Green #10AC3F
Tints of Dark Pastel Green #10AC3F
RGB
CMYK
RGB Variations
Color information
#10AC3F (or 0x10AC3F) is known color: Dark Pastel Green. HEX triplet: 10, AC and 3F. RGB value is (16,172,63). Sum of RGB (Red+Green+Blue) = 16+172+63=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 172 (67.58% from 255 or 68.53% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AC3F is #EF53C0. Grayscale: #717171. Windows color (decimal): -15684545 or 4172816. OLE color: 4172816.
HSL color Cylindrical-coordinate representation of color #10AC3F: hue angle of 138.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 #10AC3F is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 172 | 63 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.33 |
| HSL | 138.08º | 0.83% | 0.37% | - |
| HSV(B) | 138.08º | 0.91% | 0.67% | - |
| XYZ | 15.86 | 29.97 | 9.65 | - |
| YUV | 112.93 | 99.82 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 172 | 63 | 0.91 | 0 | 0.63 | 0.33 | 138.08 | 0.83 | 0.37 |
| Hex | 10 | AC | 3F | 5B | 0 | 3F | 21 | 8A | 53 | 25 |
| Octal | 20 | 254 | 77 | 133 | 0 | 77 | 41 | 212 | 123 | 45 |
| Binary | 10000 | 10101100 | 111111 | 1011011 | 0 | 111111 | 100001 | 10001010 | 1010011 | 100101 |
Color Harmonies of #10AC3F
Complementary color
Monochromatic Colors of #10AC3F
Black with #10AC3F
Text Example
Text Example
White with #10AC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AC3F; }
p { color: rgb(16,172,63); }
H1.HeaderClassName
{
color: #10AC3F;
}
.AnyTagClassName
{
color: #10AC3F;
}
</style>
background-color css
<style>
a { background-color: #10AC3F; }
a { background-color: rgb(16,172,63); }
div.DivClassName
{
background-color: #10AC3F;
}
.BgClassName
{
background-color: #10AC3F;
}
</style>
border-color css
<style>
span { border-color: #10AC3F; }
span { border-color: rgb(16,172,63); }
td.TdClassName
{
border-color: #10AC3F;
}
.TagClassName
{
border-color: #10AC3F;
}
</style>