Shades of Atlantis #97C940
Tints of Atlantis #97C940
RGB
CMYK
RGB Variations
Color information
#97C940 (or 0x97C940) is known color: Atlantis. HEX triplet: 97, C9 and 40. RGB value is (151,201,64). Sum of RGB (Red+Green+Blue) = 151+201+64=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 201 - color contains mainly: green. Hex color #97C940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C940 is #6836BF. Grayscale: #AAAAAA. Windows color (decimal): -6829760 or 4245911. OLE color: 4245911.
HSL color Cylindrical-coordinate representation of color #97C940: hue angle of 81.9º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #97C940 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 201 | 64 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.21 |
| HSL | 81.9º | 0.56% | 0.52% | - |
| HSV(B) | 81.9º | 0.68% | 0.79% | - |
| XYZ | 34.57 | 48.72 | 12.43 | - |
| YUV | 170.43 | 67.94 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 201 | 64 | 0.25 | 0 | 0.68 | 0.21 | 81.9 | 0.56 | 0.52 |
| Hex | 97 | C9 | 40 | 19 | 0 | 44 | 15 | 52 | 38 | 34 |
| Octal | 227 | 311 | 100 | 31 | 0 | 104 | 25 | 122 | 70 | 64 |
| Binary | 10010111 | 11001001 | 1000000 | 11001 | 0 | 1000100 | 10101 | 1010010 | 111000 | 110100 |
Color Harmonies of #97C940
Complementary color
Monochromatic Colors of #97C940
Black with #97C940
Text Example
Text Example
White with #97C940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C940; }
p { color: rgb(151,201,64); }
H1.HeaderClassName
{
color: #97C940;
}
.AnyTagClassName
{
color: #97C940;
}
</style>
background-color css
<style>
a { background-color: #97C940; }
a { background-color: rgb(151,201,64); }
div.DivClassName
{
background-color: #97C940;
}
.BgClassName
{
background-color: #97C940;
}
</style>
border-color css
<style>
span { border-color: #97C940; }
span { border-color: rgb(151,201,64); }
td.TdClassName
{
border-color: #97C940;
}
.TagClassName
{
border-color: #97C940;
}
</style>