Shades of Dark Pastel Green #10AF21
Tints of Dark Pastel Green #10AF21
RGB
CMYK
RGB Variations
Color information
#10AF21 (or 0x10AF21) is known color: Dark Pastel Green. HEX triplet: 10, AF and 21. RGB value is (16,175,33). Sum of RGB (Red+Green+Blue) = 16+175+33=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 175 (68.75% from 255 or 78.12% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF21 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AF21 is #EF50DE. Grayscale: #6F6F6F. Windows color (decimal): -15683807 or 2207504. OLE color: 2207504.
HSL color Cylindrical-coordinate representation of color #10AF21: hue angle of 126.42º 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 #10AF21 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 175 | 33 | - |
| CMYK | 0.91 | 0 | 0.81 | 0.31 |
| HSL | 126.42º | 0.83% | 0.37% | - |
| HSV(B) | 126.42º | 0.91% | 0.69% | - |
| XYZ | 15.82 | 30.88 | 6.57 | - |
| YUV | 111.27 | 83.82 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 33 | 0.91 | 0 | 0.81 | 0.31 | 126.42 | 0.83 | 0.37 |
| Hex | 10 | AF | 21 | 5B | 0 | 51 | 1F | 7E | 53 | 25 |
| Octal | 20 | 257 | 41 | 133 | 0 | 121 | 37 | 176 | 123 | 45 |
| Binary | 10000 | 10101111 | 100001 | 1011011 | 0 | 1010001 | 11111 | 1111110 | 1010011 | 100101 |
Color Harmonies of #10AF21
Complementary color
Monochromatic Colors of #10AF21
Black with #10AF21
Text Example
Text Example
White with #10AF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AF21; }
p { color: rgb(16,175,33); }
H1.HeaderClassName
{
color: #10AF21;
}
.AnyTagClassName
{
color: #10AF21;
}
</style>
background-color css
<style>
a { background-color: #10AF21; }
a { background-color: rgb(16,175,33); }
div.DivClassName
{
background-color: #10AF21;
}
.BgClassName
{
background-color: #10AF21;
}
</style>
border-color css
<style>
span { border-color: #10AF21; }
span { border-color: rgb(16,175,33); }
td.TdClassName
{
border-color: #10AF21;
}
.TagClassName
{
border-color: #10AF21;
}
</style>