Shades of Atlantis #97C656
Tints of Atlantis #97C656
RGB
CMYK
RGB Variations
Color information
#97C656 (or 0x97C656) is known color: Atlantis. HEX triplet: 97, C6 and 56. RGB value is (151,198,86). Sum of RGB (Red+Green+Blue) = 151+198+86=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 198 - color contains mainly: green. Hex color #97C656 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C656 is #6839A9. Grayscale: #ABABAB. Windows color (decimal): -6830506 or 5686935. OLE color: 5686935.
HSL color Cylindrical-coordinate representation of color #97C656: hue angle of 85.18º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #97C656 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 151 | 198 | 86 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.22 |
| HSL | 85.18º | 0.5% | 0.56% | - |
| HSV(B) | 85.18º | 0.57% | 0.78% | - |
| XYZ | 34.64 | 47.64 | 16.17 | - |
| YUV | 171.18 | 79.93 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 198 | 86 | 0.24 | 0 | 0.57 | 0.22 | 85.18 | 0.5 | 0.56 |
| Hex | 97 | C6 | 56 | 18 | 0 | 39 | 16 | 55 | 32 | 38 |
| Octal | 227 | 306 | 126 | 30 | 0 | 71 | 26 | 125 | 62 | 70 |
| Binary | 10010111 | 11000110 | 1010110 | 11000 | 0 | 111001 | 10110 | 1010101 | 110010 | 111000 |
Color Harmonies of #97C656
Complementary color
Monochromatic Colors of #97C656
Black with #97C656
Text Example
Text Example
White with #97C656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C656; }
p { color: rgb(151,198,86); }
H1.HeaderClassName
{
color: #97C656;
}
.AnyTagClassName
{
color: #97C656;
}
</style>
background-color css
<style>
a { background-color: #97C656; }
a { background-color: rgb(151,198,86); }
div.DivClassName
{
background-color: #97C656;
}
.BgClassName
{
background-color: #97C656;
}
</style>
border-color css
<style>
span { border-color: #97C656; }
span { border-color: rgb(151,198,86); }
td.TdClassName
{
border-color: #97C656;
}
.TagClassName
{
border-color: #97C656;
}
</style>