Shades of Chinook #82DC9A
Tints of Chinook #82DC9A
RGB
CMYK
RGB Variations
Color information
#82DC9A (or 0x82DC9A) is known color: Chinook. HEX triplet: 82, DC and 9A. RGB value is (130,220,154). Sum of RGB (Red+Green+Blue) = 130+220+154=504 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.79% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #82DC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DC9A is #7D2365. Grayscale: #B9B9B9. Windows color (decimal): -8201062 or 10148994. OLE color: 10148994.
HSL color Cylindrical-coordinate representation of color #82DC9A: hue angle of 136º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DC9A is Cyan = 0.41, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 220 | 154 | - |
| CMYK | 0.41 | 0 | 0.3 | 0.14 |
| HSL | 136º | 0.56% | 0.69% | - |
| HSV(B) | 136º | 0.41% | 0.86% | - |
| XYZ | 40.63 | 58.27 | 39.68 | - |
| YUV | 185.57 | 110.18 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 220 | 154 | 0.41 | 0 | 0.3 | 0.14 | 136 | 0.56 | 0.69 |
| Hex | 82 | DC | 9A | 29 | 0 | 1E | E | 88 | 38 | 45 |
| Octal | 202 | 334 | 232 | 51 | 0 | 36 | 16 | 210 | 70 | 105 |
| Binary | 10000010 | 11011100 | 10011010 | 101001 | 0 | 11110 | 1110 | 10001000 | 111000 | 1000101 |
Color Harmonies of #82DC9A
Complementary color
Monochromatic Colors of #82DC9A
Black with #82DC9A
Text Example
Text Example
White with #82DC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DC9A; }
p { color: rgb(130,220,154); }
H1.HeaderClassName
{
color: #82DC9A;
}
.AnyTagClassName
{
color: #82DC9A;
}
</style>
background-color css
<style>
a { background-color: #82DC9A; }
a { background-color: rgb(130,220,154); }
div.DivClassName
{
background-color: #82DC9A;
}
.BgClassName
{
background-color: #82DC9A;
}
</style>
border-color css
<style>
span { border-color: #82DC9A; }
span { border-color: rgb(130,220,154); }
td.TdClassName
{
border-color: #82DC9A;
}
.TagClassName
{
border-color: #82DC9A;
}
</style>