Shades of Summer Green #8FB495
Tints of Summer Green #8FB495
RGB
CMYK
RGB Variations
Color information
#8FB495 (or 0x8FB495) is known color: Summer Green. HEX triplet: 8F, B4 and 95. RGB value is (143,180,149). Sum of RGB (Red+Green+Blue) = 143+180+149=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB495 is #704B6A. Grayscale: #A5A5A5. Windows color (decimal): -7359339 or 9811087. OLE color: 9811087.
HSL color Cylindrical-coordinate representation of color #8FB495: hue angle of 129.73º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8FB495 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 180 | 149 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.29 |
| HSL | 129.73º | 0.2% | 0.63% | - |
| HSV(B) | 129.73º | 0.21% | 0.71% | - |
| XYZ | 33.07 | 40.65 | 34.54 | - |
| YUV | 165.4 | 118.74 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 180 | 149 | 0.21 | 0 | 0.17 | 0.29 | 129.73 | 0.2 | 0.63 |
| Hex | 8F | B4 | 95 | 15 | 0 | 11 | 1D | 82 | 14 | 3F |
| Octal | 217 | 264 | 225 | 25 | 0 | 21 | 35 | 202 | 24 | 77 |
| Binary | 10001111 | 10110100 | 10010101 | 10101 | 0 | 10001 | 11101 | 10000010 | 10100 | 111111 |
Color Harmonies of #8FB495
Complementary color
Monochromatic Colors of #8FB495
Black with #8FB495
Text Example
Text Example
White with #8FB495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB495; }
p { color: rgb(143,180,149); }
H1.HeaderClassName
{
color: #8FB495;
}
.AnyTagClassName
{
color: #8FB495;
}
</style>
background-color css
<style>
a { background-color: #8FB495; }
a { background-color: rgb(143,180,149); }
div.DivClassName
{
background-color: #8FB495;
}
.BgClassName
{
background-color: #8FB495;
}
</style>
border-color css
<style>
span { border-color: #8FB495; }
span { border-color: rgb(143,180,149); }
td.TdClassName
{
border-color: #8FB495;
}
.TagClassName
{
border-color: #8FB495;
}
</style>