Shades of Spring Rain #A4D099
Tints of Spring Rain #A4D099
RGB
CMYK
RGB Variations
Color information
#A4D099 (or 0xA4D099) is known color: Spring Rain. HEX triplet: A4, D0 and 99. RGB value is (164,208,153). Sum of RGB (Red+Green+Blue) = 164+208+153=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D099 is #5B2F66. Grayscale: #BCBCBC. Windows color (decimal): -5975911 or 10080420. OLE color: 10080420.
HSL color Cylindrical-coordinate representation of color #A4D099: hue angle of 108º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4D099 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 208 | 153 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.18 |
| HSL | 108º | 0.37% | 0.71% | - |
| HSV(B) | 108º | 0.26% | 0.82% | - |
| XYZ | 43.62 | 55.3 | 38.51 | - |
| YUV | 188.57 | 107.92 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 208 | 153 | 0.21 | 0 | 0.26 | 0.18 | 108 | 0.37 | 0.71 |
| Hex | A4 | D0 | 99 | 15 | 0 | 1A | 12 | 6C | 25 | 47 |
| Octal | 244 | 320 | 231 | 25 | 0 | 32 | 22 | 154 | 45 | 107 |
| Binary | 10100100 | 11010000 | 10011001 | 10101 | 0 | 11010 | 10010 | 1101100 | 100101 | 1000111 |
Color Harmonies of #A4D099
Complementary color
Monochromatic Colors of #A4D099
Black with #A4D099
Text Example
Text Example
White with #A4D099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D099; }
p { color: rgb(164,208,153); }
H1.HeaderClassName
{
color: #A4D099;
}
.AnyTagClassName
{
color: #A4D099;
}
</style>
background-color css
<style>
a { background-color: #A4D099; }
a { background-color: rgb(164,208,153); }
div.DivClassName
{
background-color: #A4D099;
}
.BgClassName
{
background-color: #A4D099;
}
</style>
border-color css
<style>
span { border-color: #A4D099; }
span { border-color: rgb(164,208,153); }
td.TdClassName
{
border-color: #A4D099;
}
.TagClassName
{
border-color: #A4D099;
}
</style>