Shades of Dark Pastel Green #10AF32
Tints of Dark Pastel Green #10AF32
RGB
CMYK
RGB Variations
Color information
#10AF32 (or 0x10AF32) is known color: Dark Pastel Green. HEX triplet: 10, AF and 32. RGB value is (16,175,50). Sum of RGB (Red+Green+Blue) = 16+175+50=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 175 (68.75% from 255 or 72.61% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AF32 is #EF50CD. Grayscale: #717171. Windows color (decimal): -15683790 or 3321616. OLE color: 3321616.
HSL color Cylindrical-coordinate representation of color #10AF32: hue angle of 132.83º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AF32 is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 175 | 50 | - |
| CMYK | 0.91 | 0 | 0.71 | 0.31 |
| HSL | 132.83º | 0.83% | 0.37% | - |
| HSV(B) | 132.83º | 0.91% | 0.69% | - |
| XYZ | 16.12 | 31 | 8.15 | - |
| YUV | 113.21 | 92.32 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 50 | 0.91 | 0 | 0.71 | 0.31 | 132.83 | 0.83 | 0.37 |
| Hex | 10 | AF | 32 | 5B | 0 | 47 | 1F | 85 | 53 | 25 |
| Octal | 20 | 257 | 62 | 133 | 0 | 107 | 37 | 205 | 123 | 45 |
| Binary | 10000 | 10101111 | 110010 | 1011011 | 0 | 1000111 | 11111 | 10000101 | 1010011 | 100101 |
Color Harmonies of #10AF32
Complementary color
Monochromatic Colors of #10AF32
Black with #10AF32
Text Example
Text Example
White with #10AF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AF32; }
p { color: rgb(16,175,50); }
H1.HeaderClassName
{
color: #10AF32;
}
.AnyTagClassName
{
color: #10AF32;
}
</style>
background-color css
<style>
a { background-color: #10AF32; }
a { background-color: rgb(16,175,50); }
div.DivClassName
{
background-color: #10AF32;
}
.BgClassName
{
background-color: #10AF32;
}
</style>
border-color css
<style>
span { border-color: #10AF32; }
span { border-color: rgb(16,175,50); }
td.TdClassName
{
border-color: #10AF32;
}
.TagClassName
{
border-color: #10AF32;
}
</style>