Shades of Spring Rain #A8C19D
Tints of Spring Rain #A8C19D
RGB
CMYK
RGB Variations
Color information
#A8C19D (or 0xA8C19D) is known color: Spring Rain. HEX triplet: A8, C1 and 9D. RGB value is (168,193,157). Sum of RGB (Red+Green+Blue) = 168+193+157=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C19D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C19D is #573E62. Grayscale: #B5B5B5. Windows color (decimal): -5717603 or 10338728. OLE color: 10338728.
HSL color Cylindrical-coordinate representation of color #A8C19D: hue angle of 101.67º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8C19D is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
RGB | 168 | 193 | 157 | - |
CMYK | 0.13 | 0 | 0.19 | 0.24 |
HSL | 101.67º | 0.23% | 0.69% | - |
HSV(B) | 101.67º | 0.19% | 0.76% | - |
XYZ | 41.3 | 48.9 | 39.16 | - |
YUV | 181.42 | 114.22 | 118.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 193 | 157 | 0.13 | 0 | 0.19 | 0.24 | 101.67 | 0.23 | 0.69 |
Hex | A8 | C1 | 9D | D | 0 | 13 | 18 | 66 | 16 | 45 |
Octal | 250 | 301 | 235 | 15 | 0 | 23 | 30 | 146 | 26 | 105 |
Binary | 10101000 | 11000001 | 10011101 | 1101 | 0 | 10011 | 11000 | 1100110 | 10110 | 1000101 |
Color Harmonies of #A8C19D
Complementary color
Monochromatic Colors of #A8C19D
Black with #A8C19D
Text Example
Text Example
White with #A8C19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C19D; }
p { color: rgb(168,193,157); }
H1.HeaderClassName
{
color: #A8C19D;
}
.AnyTagClassName
{
color: #A8C19D;
}
</style>
background-color css
<style>
a { background-color: #A8C19D; }
a { background-color: rgb(168,193,157); }
div.DivClassName
{
background-color: #A8C19D;
}
.BgClassName
{
background-color: #A8C19D;
}
</style>
border-color css
<style>
span { border-color: #A8C19D; }
span { border-color: rgb(168,193,157); }
td.TdClassName
{
border-color: #A8C19D;
}
.TagClassName
{
border-color: #A8C19D;
}
</style>