Shades of Chinook #92F0AC
Tints of Chinook #92F0AC
RGB
CMYK
RGB Variations
Color information
#92F0AC (or 0x92F0AC) is known color: Chinook. HEX triplet: 92, F0 and AC. RGB value is (146,240,172). Sum of RGB (Red+Green+Blue) = 146+240+172=558 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.16% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 240 - color contains mainly: green. Hex color #92F0AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92F0AC is #6D0F53. Grayscale: #CCCCCC. Windows color (decimal): -7147348 or 11333778. OLE color: 11333778.
HSL color Cylindrical-coordinate representation of color #92F0AC: hue angle of 136.6º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92F0AC is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 240 | 172 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.06 |
| HSL | 136.6º | 0.76% | 0.76% | - |
| HSV(B) | 136.6º | 0.39% | 0.94% | - |
| XYZ | 50.46 | 71.41 | 50.15 | - |
| YUV | 204.14 | 109.86 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 240 | 172 | 0.39 | 0 | 0.28 | 0.06 | 136.6 | 0.76 | 0.76 |
| Hex | 92 | F0 | AC | 27 | 0 | 1C | 6 | 89 | 4C | 4C |
| Octal | 222 | 360 | 254 | 47 | 0 | 34 | 6 | 211 | 114 | 114 |
| Binary | 10010010 | 11110000 | 10101100 | 100111 | 0 | 11100 | 110 | 10001001 | 1001100 | 1001100 |
Color Harmonies of #92F0AC
Complementary color
Monochromatic Colors of #92F0AC
Black with #92F0AC
Text Example
Text Example
White with #92F0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F0AC; }
p { color: rgb(146,240,172); }
H1.HeaderClassName
{
color: #92F0AC;
}
.AnyTagClassName
{
color: #92F0AC;
}
</style>
background-color css
<style>
a { background-color: #92F0AC; }
a { background-color: rgb(146,240,172); }
div.DivClassName
{
background-color: #92F0AC;
}
.BgClassName
{
background-color: #92F0AC;
}
</style>
border-color css
<style>
span { border-color: #92F0AC; }
span { border-color: rgb(146,240,172); }
td.TdClassName
{
border-color: #92F0AC;
}
.TagClassName
{
border-color: #92F0AC;
}
</style>