Shades of Dark Pastel Green #10AF1E
Tints of Dark Pastel Green #10AF1E
RGB
CMYK
RGB Variations
Color information
#10AF1E (or 0x10AF1E) is known color: Dark Pastel Green. HEX triplet: 10, AF and 1E. RGB value is (16,175,30). Sum of RGB (Red+Green+Blue) = 16+175+30=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 175 (68.75% from 255 or 79.19% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AF1E is #EF50E1. Grayscale: #6F6F6F. Windows color (decimal): -15683810 or 2010896. OLE color: 2010896.
HSL color Cylindrical-coordinate representation of color #10AF1E: hue angle of 125.28º 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 #10AF1E is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 175 | 30 | - |
| CMYK | 0.91 | 0 | 0.83 | 0.31 |
| HSL | 125.28º | 0.83% | 0.37% | - |
| HSV(B) | 125.28º | 0.91% | 0.69% | - |
| XYZ | 15.78 | 30.86 | 6.35 | - |
| YUV | 110.93 | 82.32 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 30 | 0.91 | 0 | 0.83 | 0.31 | 125.28 | 0.83 | 0.37 |
| Hex | 10 | AF | 1E | 5B | 0 | 53 | 1F | 7D | 53 | 25 |
| Octal | 20 | 257 | 36 | 133 | 0 | 123 | 37 | 175 | 123 | 45 |
| Binary | 10000 | 10101111 | 11110 | 1011011 | 0 | 1010011 | 11111 | 1111101 | 1010011 | 100101 |
Color Harmonies of #10AF1E
Complementary color
Monochromatic Colors of #10AF1E
Black with #10AF1E
Text Example
Text Example
White with #10AF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AF1E; }
p { color: rgb(16,175,30); }
H1.HeaderClassName
{
color: #10AF1E;
}
.AnyTagClassName
{
color: #10AF1E;
}
</style>
background-color css
<style>
a { background-color: #10AF1E; }
a { background-color: rgb(16,175,30); }
div.DivClassName
{
background-color: #10AF1E;
}
.BgClassName
{
background-color: #10AF1E;
}
</style>
border-color css
<style>
span { border-color: #10AF1E; }
span { border-color: rgb(16,175,30); }
td.TdClassName
{
border-color: #10AF1E;
}
.TagClassName
{
border-color: #10AF1E;
}
</style>