Shades of Rainee #ACCDA4
Tints of Rainee #ACCDA4
RGB
CMYK
RGB Variations
Color information
#ACCDA4 (or 0xACCDA4) is known color: Rainee. HEX triplet: AC, CD and A4. RGB value is (172,205,164). Sum of RGB (Red+Green+Blue) = 172+205+164=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 164 (64.45% from 255 or 30.31% from 541); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCDA4 is #53325B. Grayscale: #BEBEBE. Windows color (decimal): -5452380 or 10800556. OLE color: 10800556.
HSL color Cylindrical-coordinate representation of color #ACCDA4: hue angle of 108.29º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACCDA4 is Cyan = 0.16, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 205 | 164 | - |
| CMYK | 0.16 | 0 | 0.2 | 0.20 |
| HSL | 108.29º | 0.29% | 0.72% | - |
| HSV(B) | 108.29º | 0.2% | 0.8% | - |
| XYZ | 45.55 | 55.11 | 43.36 | - |
| YUV | 190.46 | 113.07 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 164 | 0.16 | 0 | 0.2 | 0.20 | 108.29 | 0.29 | 0.72 |
| Hex | AC | CD | A4 | 10 | 0 | 14 | 14 | 6C | 1D | 48 |
| Octal | 254 | 315 | 244 | 20 | 0 | 24 | 24 | 154 | 35 | 110 |
| Binary | 10101100 | 11001101 | 10100100 | 10000 | 0 | 10100 | 10100 | 1101100 | 11101 | 1001000 |
Color Harmonies of #ACCDA4
Complementary color
Monochromatic Colors of #ACCDA4
Black with #ACCDA4
Text Example
Text Example
White with #ACCDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCDA4; }
p { color: rgb(172,205,164); }
H1.HeaderClassName
{
color: #ACCDA4;
}
.AnyTagClassName
{
color: #ACCDA4;
}
</style>
background-color css
<style>
a { background-color: #ACCDA4; }
a { background-color: rgb(172,205,164); }
div.DivClassName
{
background-color: #ACCDA4;
}
.BgClassName
{
background-color: #ACCDA4;
}
</style>
border-color css
<style>
span { border-color: #ACCDA4; }
span { border-color: rgb(172,205,164); }
td.TdClassName
{
border-color: #ACCDA4;
}
.TagClassName
{
border-color: #ACCDA4;
}
</style>