Shades of Spring Rain #A2CB94
Tints of Spring Rain #A2CB94
RGB
CMYK
RGB Variations
Color information
#A2CB94 (or 0xA2CB94) is known color: Spring Rain. HEX triplet: A2, CB and 94. RGB value is (162,203,148). Sum of RGB (Red+Green+Blue) = 162+203+148=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CB94 is #5D346B. Grayscale: #B8B8B8. Windows color (decimal): -6108268 or 9751458. OLE color: 9751458.
HSL color Cylindrical-coordinate representation of color #A2CB94: hue angle of 104.73º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2CB94 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 148 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.20 |
| HSL | 104.73º | 0.35% | 0.69% | - |
| HSV(B) | 104.73º | 0.27% | 0.8% | - |
| XYZ | 41.6 | 52.53 | 35.96 | - |
| YUV | 184.47 | 107.42 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 148 | 0.20 | 0 | 0.27 | 0.20 | 104.73 | 0.35 | 0.69 |
| Hex | A2 | CB | 94 | 14 | 0 | 1B | 14 | 69 | 23 | 45 |
| Octal | 242 | 313 | 224 | 24 | 0 | 33 | 24 | 151 | 43 | 105 |
| Binary | 10100010 | 11001011 | 10010100 | 10100 | 0 | 11011 | 10100 | 1101001 | 100011 | 1000101 |
Color Harmonies of #A2CB94
Complementary color
Monochromatic Colors of #A2CB94
Black with #A2CB94
Text Example
Text Example
White with #A2CB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CB94; }
p { color: rgb(162,203,148); }
H1.HeaderClassName
{
color: #A2CB94;
}
.AnyTagClassName
{
color: #A2CB94;
}
</style>
background-color css
<style>
a { background-color: #A2CB94; }
a { background-color: rgb(162,203,148); }
div.DivClassName
{
background-color: #A2CB94;
}
.BgClassName
{
background-color: #A2CB94;
}
</style>
border-color css
<style>
span { border-color: #A2CB94; }
span { border-color: rgb(162,203,148); }
td.TdClassName
{
border-color: #A2CB94;
}
.TagClassName
{
border-color: #A2CB94;
}
</style>