Shades of Summer Green #98C0A2
Tints of Summer Green #98C0A2
RGB
CMYK
RGB Variations
Color information
#98C0A2 (or 0x98C0A2) is known color: Summer Green. HEX triplet: 98, C0 and A2. RGB value is (152,192,162). Sum of RGB (Red+Green+Blue) = 152+192+162=506 (67% of max value = 765). Red value is 152 (59.77% from 255 or 30.04% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #98C0A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C0A2 is #673F5D. Grayscale: #B0B0B0. Windows color (decimal): -6766430 or 10666136. OLE color: 10666136.
HSL color Cylindrical-coordinate representation of color #98C0A2: hue angle of 135º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98C0A2 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 192 | 162 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.25 |
| HSL | 135º | 0.24% | 0.67% | - |
| HSV(B) | 135º | 0.21% | 0.75% | - |
| XYZ | 38.32 | 46.98 | 41.23 | - |
| YUV | 176.62 | 119.75 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 192 | 162 | 0.21 | 0 | 0.16 | 0.25 | 135 | 0.24 | 0.67 |
| Hex | 98 | C0 | A2 | 15 | 0 | 10 | 19 | 87 | 18 | 43 |
| Octal | 230 | 300 | 242 | 25 | 0 | 20 | 31 | 207 | 30 | 103 |
| Binary | 10011000 | 11000000 | 10100010 | 10101 | 0 | 10000 | 11001 | 10000111 | 11000 | 1000011 |
Color Harmonies of #98C0A2
Complementary color
Monochromatic Colors of #98C0A2
Black with #98C0A2
Text Example
Text Example
White with #98C0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C0A2; }
p { color: rgb(152,192,162); }
H1.HeaderClassName
{
color: #98C0A2;
}
.AnyTagClassName
{
color: #98C0A2;
}
</style>
background-color css
<style>
a { background-color: #98C0A2; }
a { background-color: rgb(152,192,162); }
div.DivClassName
{
background-color: #98C0A2;
}
.BgClassName
{
background-color: #98C0A2;
}
</style>
border-color css
<style>
span { border-color: #98C0A2; }
span { border-color: rgb(152,192,162); }
td.TdClassName
{
border-color: #98C0A2;
}
.TagClassName
{
border-color: #98C0A2;
}
</style>