Shades of Dark Pastel Green #17A942
Tints of Dark Pastel Green #17A942
RGB
CMYK
RGB Variations
Color information
#17A942 (or 0x17A942) is known color: Dark Pastel Green. HEX triplet: 17, A9 and 42. RGB value is (23,169,66). Sum of RGB (Red+Green+Blue) = 23+169+66=258 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.91% from 258); Green value is 169 (66.41% from 255 or 65.50% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 169 - color contains mainly: green. Hex color #17A942 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #17A942 is #E856BD. Grayscale: #717171. Windows color (decimal): -15226558 or 4368663. OLE color: 4368663.
HSL color Cylindrical-coordinate representation of color #17A942: hue angle of 137.67º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #17A942 is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 23 | 169 | 66 | - |
| CMYK | 0.86 | 0 | 0.61 | 0.34 |
| HSL | 137.67º | 0.76% | 0.38% | - |
| HSV(B) | 137.67º | 0.86% | 0.66% | - |
| XYZ | 15.52 | 28.95 | 9.92 | - |
| YUV | 113.6 | 101.13 | 63.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 169 | 66 | 0.86 | 0 | 0.61 | 0.34 | 137.67 | 0.76 | 0.38 |
| Hex | 17 | A9 | 42 | 56 | 0 | 3D | 22 | 8A | 4C | 26 |
| Octal | 27 | 251 | 102 | 126 | 0 | 75 | 42 | 212 | 114 | 46 |
| Binary | 10111 | 10101001 | 1000010 | 1010110 | 0 | 111101 | 100010 | 10001010 | 1001100 | 100110 |
Color Harmonies of #17A942
Complementary color
Monochromatic Colors of #17A942
Black with #17A942
Text Example
Text Example
White with #17A942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17A942; }
p { color: rgb(23,169,66); }
H1.HeaderClassName
{
color: #17A942;
}
.AnyTagClassName
{
color: #17A942;
}
</style>
background-color css
<style>
a { background-color: #17A942; }
a { background-color: rgb(23,169,66); }
div.DivClassName
{
background-color: #17A942;
}
.BgClassName
{
background-color: #17A942;
}
</style>
border-color css
<style>
span { border-color: #17A942; }
span { border-color: rgb(23,169,66); }
td.TdClassName
{
border-color: #17A942;
}
.TagClassName
{
border-color: #17A942;
}
</style>