Shades of Atlantis #97C045
Tints of Atlantis #97C045
RGB
CMYK
RGB Variations
Color information
#97C045 (or 0x97C045) is known color: Atlantis. HEX triplet: 97, C0 and 45. RGB value is (151,192,69). Sum of RGB (Red+Green+Blue) = 151+192+69=412 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.65% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 69 (27.34% from 255 or 16.75% from 412); Max value from RGB is 192 - color contains mainly: green. Hex color #97C045 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C045 is #683FBA. Grayscale: #A6A6A6. Windows color (decimal): -6832059 or 4571287. OLE color: 4571287.
HSL color Cylindrical-coordinate representation of color #97C045: hue angle of 80º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97C045 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 192 | 69 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.25 |
| HSL | 80º | 0.49% | 0.51% | - |
| HSV(B) | 80º | 0.64% | 0.75% | - |
| XYZ | 32.69 | 44.71 | 12.54 | - |
| YUV | 165.72 | 73.42 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 192 | 69 | 0.21 | 0 | 0.64 | 0.25 | 80 | 0.49 | 0.51 |
| Hex | 97 | C0 | 45 | 15 | 0 | 40 | 19 | 50 | 31 | 33 |
| Octal | 227 | 300 | 105 | 25 | 0 | 100 | 31 | 120 | 61 | 63 |
| Binary | 10010111 | 11000000 | 1000101 | 10101 | 0 | 1000000 | 11001 | 1010000 | 110001 | 110011 |
Color Harmonies of #97C045
Complementary color
Monochromatic Colors of #97C045
Black with #97C045
Text Example
Text Example
White with #97C045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C045; }
p { color: rgb(151,192,69); }
H1.HeaderClassName
{
color: #97C045;
}
.AnyTagClassName
{
color: #97C045;
}
</style>
background-color css
<style>
a { background-color: #97C045; }
a { background-color: rgb(151,192,69); }
div.DivClassName
{
background-color: #97C045;
}
.BgClassName
{
background-color: #97C045;
}
</style>
border-color css
<style>
span { border-color: #97C045; }
span { border-color: rgb(151,192,69); }
td.TdClassName
{
border-color: #97C045;
}
.TagClassName
{
border-color: #97C045;
}
</style>