Shades of Chinook #8AE7A4
Tints of Chinook #8AE7A4
RGB
CMYK
RGB Variations
Color information
#8AE7A4 (or 0x8AE7A4) is known color: Chinook. HEX triplet: 8A, E7 and A4. RGB value is (138,231,164). Sum of RGB (Red+Green+Blue) = 138+231+164=533 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.89% from 533); Green value is 231 (90.62% from 255 or 43.34% from 533); Blue value is 164 (64.45% from 255 or 30.77% from 533); Max value from RGB is 231 - color contains mainly: green. Hex color #8AE7A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AE7A4 is #75185B. Grayscale: #C3C3C3. Windows color (decimal): -7673948 or 10807178. OLE color: 10807178.
HSL color Cylindrical-coordinate representation of color #8AE7A4: hue angle of 136.77º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AE7A4 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 138 | 231 | 164 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.09 |
| HSL | 136.77º | 0.66% | 0.72% | - |
| HSV(B) | 136.77º | 0.4% | 0.91% | - |
| XYZ | 45.76 | 65.24 | 45.3 | - |
| YUV | 195.56 | 110.19 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 231 | 164 | 0.40 | 0 | 0.29 | 0.09 | 136.77 | 0.66 | 0.72 |
| Hex | 8A | E7 | A4 | 28 | 0 | 1D | 9 | 89 | 42 | 48 |
| Octal | 212 | 347 | 244 | 50 | 0 | 35 | 11 | 211 | 102 | 110 |
| Binary | 10001010 | 11100111 | 10100100 | 101000 | 0 | 11101 | 1001 | 10001001 | 1000010 | 1001000 |
Color Harmonies of #8AE7A4
Complementary color
Monochromatic Colors of #8AE7A4
Black with #8AE7A4
Text Example
Text Example
White with #8AE7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE7A4; }
p { color: rgb(138,231,164); }
H1.HeaderClassName
{
color: #8AE7A4;
}
.AnyTagClassName
{
color: #8AE7A4;
}
</style>
background-color css
<style>
a { background-color: #8AE7A4; }
a { background-color: rgb(138,231,164); }
div.DivClassName
{
background-color: #8AE7A4;
}
.BgClassName
{
background-color: #8AE7A4;
}
</style>
border-color css
<style>
span { border-color: #8AE7A4; }
span { border-color: rgb(138,231,164); }
td.TdClassName
{
border-color: #8AE7A4;
}
.TagClassName
{
border-color: #8AE7A4;
}
</style>