Shades of Dark Pastel Green #10AF3C
Tints of Dark Pastel Green #10AF3C
RGB
CMYK
RGB Variations
Color information
#10AF3C (or 0x10AF3C) is known color: Dark Pastel Green. HEX triplet: 10, AF and 3C. RGB value is (16,175,60). Sum of RGB (Red+Green+Blue) = 16+175+60=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 175 (68.75% from 255 or 69.72% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AF3C is #EF50C3. Grayscale: #727272. Windows color (decimal): -15683780 or 3976976. OLE color: 3976976.
HSL color Cylindrical-coordinate representation of color #10AF3C: hue angle of 136.6º 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 #10AF3C is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 175 | 60 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.31 |
| HSL | 136.6º | 0.83% | 0.37% | - |
| HSV(B) | 136.6º | 0.91% | 0.69% | - |
| XYZ | 16.36 | 31.1 | 9.41 | - |
| YUV | 114.35 | 97.32 | 57.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 60 | 0.91 | 0 | 0.66 | 0.31 | 136.6 | 0.83 | 0.37 |
| Hex | 10 | AF | 3C | 5B | 0 | 42 | 1F | 89 | 53 | 25 |
| Octal | 20 | 257 | 74 | 133 | 0 | 102 | 37 | 211 | 123 | 45 |
| Binary | 10000 | 10101111 | 111100 | 1011011 | 0 | 1000010 | 11111 | 10001001 | 1010011 | 100101 |
Color Harmonies of #10AF3C
Complementary color
Monochromatic Colors of #10AF3C
Black with #10AF3C
Text Example
Text Example
White with #10AF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AF3C; }
p { color: rgb(16,175,60); }
H1.HeaderClassName
{
color: #10AF3C;
}
.AnyTagClassName
{
color: #10AF3C;
}
</style>
background-color css
<style>
a { background-color: #10AF3C; }
a { background-color: rgb(16,175,60); }
div.DivClassName
{
background-color: #10AF3C;
}
.BgClassName
{
background-color: #10AF3C;
}
</style>
border-color css
<style>
span { border-color: #10AF3C; }
span { border-color: rgb(16,175,60); }
td.TdClassName
{
border-color: #10AF3C;
}
.TagClassName
{
border-color: #10AF3C;
}
</style>