Shades of Summer Green #9FB4A5
Tints of Summer Green #9FB4A5
RGB
CMYK
RGB Variations
Color information
#9FB4A5 (or 0x9FB4A5) is known color: Summer Green. HEX triplet: 9F, B4 and A5. RGB value is (159,180,165). Sum of RGB (Red+Green+Blue) = 159+180+165=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB4A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB4A5 is #604B5A. Grayscale: #ACACAC. Windows color (decimal): -6310747 or 10859679. OLE color: 10859679.
HSL color Cylindrical-coordinate representation of color #9FB4A5: hue angle of 137.14º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9FB4A5 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 180 | 165 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.29 |
| HSL | 137.14º | 0.12% | 0.66% | - |
| HSV(B) | 137.14º | 0.12% | 0.71% | - |
| XYZ | 37.41 | 42.73 | 41.87 | - |
| YUV | 172.01 | 124.04 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 180 | 165 | 0.12 | 0 | 0.08 | 0.29 | 137.14 | 0.12 | 0.66 |
| Hex | 9F | B4 | A5 | C | 0 | 8 | 1D | 89 | C | 42 |
| Octal | 237 | 264 | 245 | 14 | 0 | 10 | 35 | 211 | 14 | 102 |
| Binary | 10011111 | 10110100 | 10100101 | 1100 | 0 | 1000 | 11101 | 10001001 | 1100 | 1000010 |
Color Harmonies of #9FB4A5
Complementary color
Monochromatic Colors of #9FB4A5
Black with #9FB4A5
Text Example
Text Example
White with #9FB4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB4A5; }
p { color: rgb(159,180,165); }
H1.HeaderClassName
{
color: #9FB4A5;
}
.AnyTagClassName
{
color: #9FB4A5;
}
</style>
background-color css
<style>
a { background-color: #9FB4A5; }
a { background-color: rgb(159,180,165); }
div.DivClassName
{
background-color: #9FB4A5;
}
.BgClassName
{
background-color: #9FB4A5;
}
</style>
border-color css
<style>
span { border-color: #9FB4A5; }
span { border-color: rgb(159,180,165); }
td.TdClassName
{
border-color: #9FB4A5;
}
.TagClassName
{
border-color: #9FB4A5;
}
</style>