Shades of Chinook #A4CEA4
Tints of Chinook #A4CEA4
RGB
CMYK
RGB Variations
Color information
#A4CEA4 (or 0xA4CEA4) is known color: Chinook. HEX triplet: A4, CE and A4. RGB value is (164,206,164). Sum of RGB (Red+Green+Blue) = 164+206+164=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 164 (64.45% from 255 or 30.71% from 534); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CEA4 is #5B315B. Grayscale: #BCBCBC. Windows color (decimal): -5976412 or 10800804. OLE color: 10800804.
HSL color Cylindrical-coordinate representation of color #A4CEA4: hue angle of 120º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4CEA4 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 206 | 164 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.19 |
| HSL | 120º | 0.3% | 0.73% | - |
| HSV(B) | 120º | 0.2% | 0.81% | - |
| XYZ | 44.08 | 54.72 | 43.36 | - |
| YUV | 188.65 | 114.09 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 206 | 164 | 0.20 | 0 | 0.20 | 0.19 | 120 | 0.3 | 0.73 |
| Hex | A4 | CE | A4 | 14 | 0 | 14 | 13 | 78 | 1E | 49 |
| Octal | 244 | 316 | 244 | 24 | 0 | 24 | 23 | 170 | 36 | 111 |
| Binary | 10100100 | 11001110 | 10100100 | 10100 | 0 | 10100 | 10011 | 1111000 | 11110 | 1001001 |
Color Harmonies of #A4CEA4
Complementary color
Monochromatic Colors of #A4CEA4
Black with #A4CEA4
Text Example
Text Example
White with #A4CEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CEA4; }
p { color: rgb(164,206,164); }
H1.HeaderClassName
{
color: #A4CEA4;
}
.AnyTagClassName
{
color: #A4CEA4;
}
</style>
background-color css
<style>
a { background-color: #A4CEA4; }
a { background-color: rgb(164,206,164); }
div.DivClassName
{
background-color: #A4CEA4;
}
.BgClassName
{
background-color: #A4CEA4;
}
</style>
border-color css
<style>
span { border-color: #A4CEA4; }
span { border-color: rgb(164,206,164); }
td.TdClassName
{
border-color: #A4CEA4;
}
.TagClassName
{
border-color: #A4CEA4;
}
</style>