Shades of Dark Pastel Green #10AF26
Tints of Dark Pastel Green #10AF26
RGB
CMYK
RGB Variations
Color information
#10AF26 (or 0x10AF26) is known color: Dark Pastel Green. HEX triplet: 10, AF and 26. RGB value is (16,175,38). Sum of RGB (Red+Green+Blue) = 16+175+38=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 175 (68.75% from 255 or 76.42% from 229); Blue value is 38 (15.23% from 255 or 16.59% from 229); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF26 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AF26 is #EF50D9. Grayscale: #707070. Windows color (decimal): -15683802 or 2535184. OLE color: 2535184.
HSL color Cylindrical-coordinate representation of color #10AF26: hue angle of 128.3º 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 #10AF26 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 175 | 38 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.31 |
| HSL | 128.3º | 0.83% | 0.37% | - |
| HSV(B) | 128.3º | 0.91% | 0.69% | - |
| XYZ | 15.89 | 30.91 | 6.96 | - |
| YUV | 111.84 | 86.32 | 59.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 38 | 0.91 | 0 | 0.78 | 0.31 | 128.3 | 0.83 | 0.37 |
| Hex | 10 | AF | 26 | 5B | 0 | 4E | 1F | 80 | 53 | 25 |
| Octal | 20 | 257 | 46 | 133 | 0 | 116 | 37 | 200 | 123 | 45 |
| Binary | 10000 | 10101111 | 100110 | 1011011 | 0 | 1001110 | 11111 | 10000000 | 1010011 | 100101 |
Color Harmonies of #10AF26
Complementary color
Monochromatic Colors of #10AF26
Black with #10AF26
Text Example
Text Example
White with #10AF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AF26; }
p { color: rgb(16,175,38); }
H1.HeaderClassName
{
color: #10AF26;
}
.AnyTagClassName
{
color: #10AF26;
}
</style>
background-color css
<style>
a { background-color: #10AF26; }
a { background-color: rgb(16,175,38); }
div.DivClassName
{
background-color: #10AF26;
}
.BgClassName
{
background-color: #10AF26;
}
</style>
border-color css
<style>
span { border-color: #10AF26; }
span { border-color: rgb(16,175,38); }
td.TdClassName
{
border-color: #10AF26;
}
.TagClassName
{
border-color: #10AF26;
}
</style>