Shades of Dark Pastel Green #10AF22
Tints of Dark Pastel Green #10AF22
RGB
CMYK
RGB Variations
Color information
#10AF22 (or 0x10AF22) is known color: Dark Pastel Green. HEX triplet: 10, AF and 22. RGB value is (16,175,34). Sum of RGB (Red+Green+Blue) = 16+175+34=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 175 (68.75% from 255 or 77.78% from 225); Blue value is 34 (13.67% from 255 or 15.11% from 225); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF22 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AF22 is #EF50DD. Grayscale: #6F6F6F. Windows color (decimal): -15683806 or 2273040. OLE color: 2273040.
HSL color Cylindrical-coordinate representation of color #10AF22: hue angle of 126.79º 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 #10AF22 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 175 | 34 | - |
| CMYK | 0.91 | 0 | 0.81 | 0.31 |
| HSL | 126.79º | 0.83% | 0.37% | - |
| HSV(B) | 126.79º | 0.91% | 0.69% | - |
| XYZ | 15.83 | 30.89 | 6.64 | - |
| YUV | 111.39 | 84.32 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 34 | 0.91 | 0 | 0.81 | 0.31 | 126.79 | 0.83 | 0.37 |
| Hex | 10 | AF | 22 | 5B | 0 | 51 | 1F | 7F | 53 | 25 |
| Octal | 20 | 257 | 42 | 133 | 0 | 121 | 37 | 177 | 123 | 45 |
| Binary | 10000 | 10101111 | 100010 | 1011011 | 0 | 1010001 | 11111 | 1111111 | 1010011 | 100101 |
Color Harmonies of #10AF22
Complementary color
Monochromatic Colors of #10AF22
Black with #10AF22
Text Example
Text Example
White with #10AF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AF22; }
p { color: rgb(16,175,34); }
H1.HeaderClassName
{
color: #10AF22;
}
.AnyTagClassName
{
color: #10AF22;
}
</style>
background-color css
<style>
a { background-color: #10AF22; }
a { background-color: rgb(16,175,34); }
div.DivClassName
{
background-color: #10AF22;
}
.BgClassName
{
background-color: #10AF22;
}
</style>
border-color css
<style>
span { border-color: #10AF22; }
span { border-color: rgb(16,175,34); }
td.TdClassName
{
border-color: #10AF22;
}
.TagClassName
{
border-color: #10AF22;
}
</style>