Shades of Chinook #92E4A4
Tints of Chinook #92E4A4
RGB
CMYK
RGB Variations
Color information
#92E4A4 (or 0x92E4A4) is known color: Chinook. HEX triplet: 92, E4 and A4. RGB value is (146,228,164). Sum of RGB (Red+Green+Blue) = 146+228+164=538 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.14% from 538); Green value is 228 (89.45% from 255 or 42.38% from 538); Blue value is 164 (64.45% from 255 or 30.48% from 538); Max value from RGB is 228 - color contains mainly: green. Hex color #92E4A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92E4A4 is #6D1B5B. Grayscale: #C4C4C4. Windows color (decimal): -7150428 or 10806418. OLE color: 10806418.
HSL color Cylindrical-coordinate representation of color #92E4A4: hue angle of 133.17º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92E4A4 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 146 | 228 | 164 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.11 |
| HSL | 133.17º | 0.6% | 0.73% | - |
| HSV(B) | 133.17º | 0.36% | 0.89% | - |
| XYZ | 46.3 | 64.28 | 45.09 | - |
| YUV | 196.19 | 109.83 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 228 | 164 | 0.36 | 0 | 0.28 | 0.11 | 133.17 | 0.6 | 0.73 |
| Hex | 92 | E4 | A4 | 24 | 0 | 1C | B | 85 | 3C | 49 |
| Octal | 222 | 344 | 244 | 44 | 0 | 34 | 13 | 205 | 74 | 111 |
| Binary | 10010010 | 11100100 | 10100100 | 100100 | 0 | 11100 | 1011 | 10000101 | 111100 | 1001001 |
Color Harmonies of #92E4A4
Complementary color
Monochromatic Colors of #92E4A4
Black with #92E4A4
Text Example
Text Example
White with #92E4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E4A4; }
p { color: rgb(146,228,164); }
H1.HeaderClassName
{
color: #92E4A4;
}
.AnyTagClassName
{
color: #92E4A4;
}
</style>
background-color css
<style>
a { background-color: #92E4A4; }
a { background-color: rgb(146,228,164); }
div.DivClassName
{
background-color: #92E4A4;
}
.BgClassName
{
background-color: #92E4A4;
}
</style>
border-color css
<style>
span { border-color: #92E4A4; }
span { border-color: rgb(146,228,164); }
td.TdClassName
{
border-color: #92E4A4;
}
.TagClassName
{
border-color: #92E4A4;
}
</style>