Shades of Chinook #91CF9A
Tints of Chinook #91CF9A
RGB
CMYK
RGB Variations
Color information
#91CF9A (or 0x91CF9A) is known color: Chinook. HEX triplet: 91, CF and 9A. RGB value is (145,207,154). Sum of RGB (Red+Green+Blue) = 145+207+154=506 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.66% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #91CF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CF9A is #6E3065. Grayscale: #B6B6B6. Windows color (decimal): -7221350 or 10145681. OLE color: 10145681.
HSL color Cylindrical-coordinate representation of color #91CF9A: hue angle of 128.71º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91CF9A is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 207 | 154 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.19 |
| HSL | 128.71º | 0.39% | 0.69% | - |
| HSV(B) | 128.71º | 0.3% | 0.81% | - |
| XYZ | 39.82 | 52.98 | 38.7 | - |
| YUV | 182.42 | 111.96 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 207 | 154 | 0.30 | 0 | 0.26 | 0.19 | 128.71 | 0.39 | 0.69 |
| Hex | 91 | CF | 9A | 1E | 0 | 1A | 13 | 81 | 27 | 45 |
| Octal | 221 | 317 | 232 | 36 | 0 | 32 | 23 | 201 | 47 | 105 |
| Binary | 10010001 | 11001111 | 10011010 | 11110 | 0 | 11010 | 10011 | 10000001 | 100111 | 1000101 |
Color Harmonies of #91CF9A
Complementary color
Monochromatic Colors of #91CF9A
Black with #91CF9A
Text Example
Text Example
White with #91CF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CF9A; }
p { color: rgb(145,207,154); }
H1.HeaderClassName
{
color: #91CF9A;
}
.AnyTagClassName
{
color: #91CF9A;
}
</style>
background-color css
<style>
a { background-color: #91CF9A; }
a { background-color: rgb(145,207,154); }
div.DivClassName
{
background-color: #91CF9A;
}
.BgClassName
{
background-color: #91CF9A;
}
</style>
border-color css
<style>
span { border-color: #91CF9A; }
span { border-color: rgb(145,207,154); }
td.TdClassName
{
border-color: #91CF9A;
}
.TagClassName
{
border-color: #91CF9A;
}
</style>