Shades of Chinook #8ACF9B
Tints of Chinook #8ACF9B
RGB
CMYK
RGB Variations
Color information
#8ACF9B (or 0x8ACF9B) is known color: Chinook. HEX triplet: 8A, CF and 9B. RGB value is (138,207,155). Sum of RGB (Red+Green+Blue) = 138+207+155=500 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.6% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACF9B is #753064. Grayscale: #B4B4B4. Windows color (decimal): -7680101 or 10211210. OLE color: 10211210.
HSL color Cylindrical-coordinate representation of color #8ACF9B: hue angle of 134.78º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACF9B is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 207 | 155 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.19 |
| HSL | 134.78º | 0.42% | 0.68% | - |
| HSV(B) | 134.78º | 0.33% | 0.81% | - |
| XYZ | 38.71 | 52.4 | 39.08 | - |
| YUV | 180.44 | 113.64 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 207 | 155 | 0.33 | 0 | 0.25 | 0.19 | 134.78 | 0.42 | 0.68 |
| Hex | 8A | CF | 9B | 21 | 0 | 19 | 13 | 87 | 2A | 44 |
| Octal | 212 | 317 | 233 | 41 | 0 | 31 | 23 | 207 | 52 | 104 |
| Binary | 10001010 | 11001111 | 10011011 | 100001 | 0 | 11001 | 10011 | 10000111 | 101010 | 1000100 |
Color Harmonies of #8ACF9B
Complementary color
Monochromatic Colors of #8ACF9B
Black with #8ACF9B
Text Example
Text Example
White with #8ACF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACF9B; }
p { color: rgb(138,207,155); }
H1.HeaderClassName
{
color: #8ACF9B;
}
.AnyTagClassName
{
color: #8ACF9B;
}
</style>
background-color css
<style>
a { background-color: #8ACF9B; }
a { background-color: rgb(138,207,155); }
div.DivClassName
{
background-color: #8ACF9B;
}
.BgClassName
{
background-color: #8ACF9B;
}
</style>
border-color css
<style>
span { border-color: #8ACF9B; }
span { border-color: rgb(138,207,155); }
td.TdClassName
{
border-color: #8ACF9B;
}
.TagClassName
{
border-color: #8ACF9B;
}
</style>