Shades of Chinook #8AD49B
Tints of Chinook #8AD49B
RGB
CMYK
RGB Variations
Color information
#8AD49B (or 0x8AD49B) is known color: Chinook. HEX triplet: 8A, D4 and 9B. RGB value is (138,212,155). Sum of RGB (Red+Green+Blue) = 138+212+155=505 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.33% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD49B is #752B64. Grayscale: #B7B7B7. Windows color (decimal): -7678821 or 10212490. OLE color: 10212490.
HSL color Cylindrical-coordinate representation of color #8AD49B: hue angle of 133.78º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AD49B is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 212 | 155 | - |
| CMYK | 0.35 | 0 | 0.27 | 0.17 |
| HSL | 133.78º | 0.46% | 0.69% | - |
| HSV(B) | 133.78º | 0.35% | 0.83% | - |
| XYZ | 39.94 | 54.86 | 39.49 | - |
| YUV | 183.38 | 111.98 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 212 | 155 | 0.35 | 0 | 0.27 | 0.17 | 133.78 | 0.46 | 0.69 |
| Hex | 8A | D4 | 9B | 23 | 0 | 1B | 11 | 86 | 2E | 45 |
| Octal | 212 | 324 | 233 | 43 | 0 | 33 | 21 | 206 | 56 | 105 |
| Binary | 10001010 | 11010100 | 10011011 | 100011 | 0 | 11011 | 10001 | 10000110 | 101110 | 1000101 |
Color Harmonies of #8AD49B
Complementary color
Monochromatic Colors of #8AD49B
Black with #8AD49B
Text Example
Text Example
White with #8AD49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD49B; }
p { color: rgb(138,212,155); }
H1.HeaderClassName
{
color: #8AD49B;
}
.AnyTagClassName
{
color: #8AD49B;
}
</style>
background-color css
<style>
a { background-color: #8AD49B; }
a { background-color: rgb(138,212,155); }
div.DivClassName
{
background-color: #8AD49B;
}
.BgClassName
{
background-color: #8AD49B;
}
</style>
border-color css
<style>
span { border-color: #8AD49B; }
span { border-color: rgb(138,212,155); }
td.TdClassName
{
border-color: #8AD49B;
}
.TagClassName
{
border-color: #8AD49B;
}
</style>