Shades of Atlantis #97C144
Tints of Atlantis #97C144
RGB
CMYK
RGB Variations
Color information
#97C144 (or 0x97C144) is known color: Atlantis. HEX triplet: 97, C1 and 44. RGB value is (151,193,68). Sum of RGB (Red+Green+Blue) = 151+193+68=412 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.65% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 68 (26.95% from 255 or 16.50% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #97C144 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C144 is #683EBB. Grayscale: #A6A6A6. Windows color (decimal): -6831804 or 4506007. OLE color: 4506007.
HSL color Cylindrical-coordinate representation of color #97C144: hue angle of 80.16º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #97C144 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 193 | 68 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.24 |
| HSL | 80.16º | 0.5% | 0.51% | - |
| HSV(B) | 80.16º | 0.65% | 0.76% | - |
| XYZ | 32.88 | 45.14 | 12.45 | - |
| YUV | 166.19 | 72.59 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 193 | 68 | 0.22 | 0 | 0.65 | 0.24 | 80.16 | 0.5 | 0.51 |
| Hex | 97 | C1 | 44 | 16 | 0 | 41 | 18 | 50 | 32 | 33 |
| Octal | 227 | 301 | 104 | 26 | 0 | 101 | 30 | 120 | 62 | 63 |
| Binary | 10010111 | 11000001 | 1000100 | 10110 | 0 | 1000001 | 11000 | 1010000 | 110010 | 110011 |
Color Harmonies of #97C144
Complementary color
Monochromatic Colors of #97C144
Black with #97C144
Text Example
Text Example
White with #97C144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C144; }
p { color: rgb(151,193,68); }
H1.HeaderClassName
{
color: #97C144;
}
.AnyTagClassName
{
color: #97C144;
}
</style>
background-color css
<style>
a { background-color: #97C144; }
a { background-color: rgb(151,193,68); }
div.DivClassName
{
background-color: #97C144;
}
.BgClassName
{
background-color: #97C144;
}
</style>
border-color css
<style>
span { border-color: #97C144; }
span { border-color: rgb(151,193,68); }
td.TdClassName
{
border-color: #97C144;
}
.TagClassName
{
border-color: #97C144;
}
</style>