Shades of Dark Pastel Green #10AF23
Tints of Dark Pastel Green #10AF23
RGB
CMYK
RGB Variations
Color information
#10AF23 (or 0x10AF23) is known color: Dark Pastel Green. HEX triplet: 10, AF and 23. RGB value is (16,175,35). Sum of RGB (Red+Green+Blue) = 16+175+35=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 175 (68.75% from 255 or 77.43% from 226); Blue value is 35 (14.06% from 255 or 15.49% from 226); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF23 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AF23 is #EF50DC. Grayscale: #6F6F6F. Windows color (decimal): -15683805 or 2338576. OLE color: 2338576.
HSL color Cylindrical-coordinate representation of color #10AF23: hue angle of 127.17º 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 #10AF23 is Cyan = 0.91, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 175 | 35 | - |
| CMYK | 0.91 | 0 | 0.8 | 0.31 |
| HSL | 127.17º | 0.83% | 0.37% | - |
| HSV(B) | 127.17º | 0.91% | 0.69% | - |
| XYZ | 15.85 | 30.89 | 6.72 | - |
| YUV | 111.5 | 84.82 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 35 | 0.91 | 0 | 0.8 | 0.31 | 127.17 | 0.83 | 0.37 |
| Hex | 10 | AF | 23 | 5B | 0 | 50 | 1F | 7F | 53 | 25 |
| Octal | 20 | 257 | 43 | 133 | 0 | 120 | 37 | 177 | 123 | 45 |
| Binary | 10000 | 10101111 | 100011 | 1011011 | 0 | 1010000 | 11111 | 1111111 | 1010011 | 100101 |
Color Harmonies of #10AF23
Complementary color
Monochromatic Colors of #10AF23
Black with #10AF23
Text Example
Text Example
White with #10AF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AF23; }
p { color: rgb(16,175,35); }
H1.HeaderClassName
{
color: #10AF23;
}
.AnyTagClassName
{
color: #10AF23;
}
</style>
background-color css
<style>
a { background-color: #10AF23; }
a { background-color: rgb(16,175,35); }
div.DivClassName
{
background-color: #10AF23;
}
.BgClassName
{
background-color: #10AF23;
}
</style>
border-color css
<style>
span { border-color: #10AF23; }
span { border-color: rgb(16,175,35); }
td.TdClassName
{
border-color: #10AF23;
}
.TagClassName
{
border-color: #10AF23;
}
</style>