Shades of Chinook #A4D0A4
Tints of Chinook #A4D0A4
RGB
CMYK
RGB Variations
Color information
#A4D0A4 (or 0xA4D0A4) is known color: Chinook. HEX triplet: A4, D0 and A4. RGB value is (164,208,164). Sum of RGB (Red+Green+Blue) = 164+208+164=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D0A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D0A4 is #5B2F5B. Grayscale: #BDBDBD. Windows color (decimal): -5975900 or 10801316. OLE color: 10801316.
HSL color Cylindrical-coordinate representation of color #A4D0A4: hue angle of 120º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4D0A4 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 208 | 164 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.18 |
| HSL | 120º | 0.32% | 0.73% | - |
| HSV(B) | 120º | 0.21% | 0.82% | - |
| XYZ | 44.57 | 55.68 | 43.52 | - |
| YUV | 189.83 | 113.42 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 208 | 164 | 0.21 | 0 | 0.21 | 0.18 | 120 | 0.32 | 0.73 |
| Hex | A4 | D0 | A4 | 15 | 0 | 15 | 12 | 78 | 20 | 49 |
| Octal | 244 | 320 | 244 | 25 | 0 | 25 | 22 | 170 | 40 | 111 |
| Binary | 10100100 | 11010000 | 10100100 | 10101 | 0 | 10101 | 10010 | 1111000 | 100000 | 1001001 |
Color Harmonies of #A4D0A4
Complementary color
Monochromatic Colors of #A4D0A4
Black with #A4D0A4
Text Example
Text Example
White with #A4D0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D0A4; }
p { color: rgb(164,208,164); }
H1.HeaderClassName
{
color: #A4D0A4;
}
.AnyTagClassName
{
color: #A4D0A4;
}
</style>
background-color css
<style>
a { background-color: #A4D0A4; }
a { background-color: rgb(164,208,164); }
div.DivClassName
{
background-color: #A4D0A4;
}
.BgClassName
{
background-color: #A4D0A4;
}
</style>
border-color css
<style>
span { border-color: #A4D0A4; }
span { border-color: rgb(164,208,164); }
td.TdClassName
{
border-color: #A4D0A4;
}
.TagClassName
{
border-color: #A4D0A4;
}
</style>