Shades of Atlantis #97C346
Tints of Atlantis #97C346
RGB
CMYK
RGB Variations
Color information
#97C346 (or 0x97C346) is known color: Atlantis. HEX triplet: 97, C3 and 46. RGB value is (151,195,70). Sum of RGB (Red+Green+Blue) = 151+195+70=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 70 (27.73% from 255 or 16.83% from 416); Max value from RGB is 195 - color contains mainly: green. Hex color #97C346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C346 is #683CB9. Grayscale: #A8A8A8. Windows color (decimal): -6831290 or 4637591. OLE color: 4637591.
HSL color Cylindrical-coordinate representation of color #97C346: hue angle of 81.12º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97C346 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 195 | 70 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.24 |
| HSL | 81.12º | 0.51% | 0.52% | - |
| HSV(B) | 81.12º | 0.64% | 0.76% | - |
| XYZ | 33.38 | 46.05 | 12.92 | - |
| YUV | 167.59 | 72.92 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 195 | 70 | 0.23 | 0 | 0.64 | 0.24 | 81.12 | 0.51 | 0.52 |
| Hex | 97 | C3 | 46 | 17 | 0 | 40 | 18 | 51 | 33 | 34 |
| Octal | 227 | 303 | 106 | 27 | 0 | 100 | 30 | 121 | 63 | 64 |
| Binary | 10010111 | 11000011 | 1000110 | 10111 | 0 | 1000000 | 11000 | 1010001 | 110011 | 110100 |
Color Harmonies of #97C346
Complementary color
Monochromatic Colors of #97C346
Black with #97C346
Text Example
Text Example
White with #97C346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C346; }
p { color: rgb(151,195,70); }
H1.HeaderClassName
{
color: #97C346;
}
.AnyTagClassName
{
color: #97C346;
}
</style>
background-color css
<style>
a { background-color: #97C346; }
a { background-color: rgb(151,195,70); }
div.DivClassName
{
background-color: #97C346;
}
.BgClassName
{
background-color: #97C346;
}
</style>
border-color css
<style>
span { border-color: #97C346; }
span { border-color: rgb(151,195,70); }
td.TdClassName
{
border-color: #97C346;
}
.TagClassName
{
border-color: #97C346;
}
</style>