Shades of Green #17850A
Tints of Green #17850A
RGB
CMYK
RGB Variations
Color information
#17850A (or 0x17850A) is known color: Green. HEX triplet: 17, 85 and 0A. RGB value is (23,133,10). Sum of RGB (Red+Green+Blue) = 23+133+10=166 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.86% from 166); Green value is 133 (52.34% from 255 or 80.12% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 133 - color contains mainly: green. Hex color #17850A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #17850A is #E87AF5. Grayscale: #565656. Windows color (decimal): -15235830 or 689431. OLE color: 689431.
HSL color Cylindrical-coordinate representation of color #17850A: hue angle of 113.66º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #17850A is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 23 | 133 | 10 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.48 |
| HSL | 113.66º | 0.86% | 0.28% | - |
| HSV(B) | 113.66º | 0.92% | 0.52% | - |
| XYZ | 8.8 | 16.98 | 3.1 | - |
| YUV | 86.09 | 85.06 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 133 | 10 | 0.83 | 0 | 0.92 | 0.48 | 113.66 | 0.86 | 0.28 |
| Hex | 17 | 85 | A | 53 | 0 | 5C | 30 | 72 | 56 | 1C |
| Octal | 27 | 205 | 12 | 123 | 0 | 134 | 60 | 162 | 126 | 34 |
| Binary | 10111 | 10000101 | 1010 | 1010011 | 0 | 1011100 | 110000 | 1110010 | 1010110 | 11100 |
Color Harmonies of #17850A
Complementary color
Monochromatic Colors of #17850A
Black with #17850A
Text Example
Text Example
White with #17850A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17850A; }
p { color: rgb(23,133,10); }
H1.HeaderClassName
{
color: #17850A;
}
.AnyTagClassName
{
color: #17850A;
}
</style>
background-color css
<style>
a { background-color: #17850A; }
a { background-color: rgb(23,133,10); }
div.DivClassName
{
background-color: #17850A;
}
.BgClassName
{
background-color: #17850A;
}
</style>
border-color css
<style>
span { border-color: #17850A; }
span { border-color: rgb(23,133,10); }
td.TdClassName
{
border-color: #17850A;
}
.TagClassName
{
border-color: #17850A;
}
</style>