Shades of Green Spring #A5B18C
Tints of Green Spring #A5B18C
RGB
CMYK
RGB Variations
Color information
#A5B18C (or 0xA5B18C) is known color: Green Spring. HEX triplet: A5, B1 and 8C. RGB value is (165,177,140). Sum of RGB (Red+Green+Blue) = 165+177+140=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B18C is #5A4E73. Grayscale: #A9A9A9. Windows color (decimal): -5918324 or 9220517. OLE color: 9220517.
HSL color Cylindrical-coordinate representation of color #A5B18C: hue angle of 79.46º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5B18C is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 177 | 140 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.31 |
| HSL | 79.46º | 0.19% | 0.62% | - |
| HSV(B) | 79.46º | 0.21% | 0.69% | - |
| XYZ | 35.97 | 41.34 | 30.89 | - |
| YUV | 169.19 | 111.52 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 177 | 140 | 0.07 | 0 | 0.21 | 0.31 | 79.46 | 0.19 | 0.62 |
| Hex | A5 | B1 | 8C | 7 | 0 | 15 | 1F | 4F | 13 | 3E |
| Octal | 245 | 261 | 214 | 7 | 0 | 25 | 37 | 117 | 23 | 76 |
| Binary | 10100101 | 10110001 | 10001100 | 111 | 0 | 10101 | 11111 | 1001111 | 10011 | 111110 |
Color Harmonies of #A5B18C
Complementary color
Monochromatic Colors of #A5B18C
Black with #A5B18C
Text Example
Text Example
White with #A5B18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B18C; }
p { color: rgb(165,177,140); }
H1.HeaderClassName
{
color: #A5B18C;
}
.AnyTagClassName
{
color: #A5B18C;
}
</style>
background-color css
<style>
a { background-color: #A5B18C; }
a { background-color: rgb(165,177,140); }
div.DivClassName
{
background-color: #A5B18C;
}
.BgClassName
{
background-color: #A5B18C;
}
</style>
border-color css
<style>
span { border-color: #A5B18C; }
span { border-color: rgb(165,177,140); }
td.TdClassName
{
border-color: #A5B18C;
}
.TagClassName
{
border-color: #A5B18C;
}
</style>