Shades of Atlantis #97C343
Tints of Atlantis #97C343
RGB
CMYK
RGB Variations
Color information
#97C343 (or 0x97C343) is known color: Atlantis. HEX triplet: 97, C3 and 43. RGB value is (151,195,67). Sum of RGB (Red+Green+Blue) = 151+195+67=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 67 (26.56% from 255 or 16.22% from 413); Max value from RGB is 195 - color contains mainly: green. Hex color #97C343 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C343 is #683CBC. Grayscale: #A7A7A7. Windows color (decimal): -6831293 or 4440983. OLE color: 4440983.
HSL color Cylindrical-coordinate representation of color #97C343: hue angle of 80.62º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #97C343 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 195 | 67 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.24 |
| HSL | 80.63º | 0.52% | 0.51% | - |
| HSV(B) | 80.63º | 0.66% | 0.76% | - |
| XYZ | 33.29 | 46.01 | 12.44 | - |
| YUV | 167.25 | 71.42 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 195 | 67 | 0.23 | 0 | 0.66 | 0.24 | 80.63 | 0.52 | 0.51 |
| Hex | 97 | C3 | 43 | 17 | 0 | 42 | 18 | 51 | 34 | 33 |
| Octal | 227 | 303 | 103 | 27 | 0 | 102 | 30 | 121 | 64 | 63 |
| Binary | 10010111 | 11000011 | 1000011 | 10111 | 0 | 1000010 | 11000 | 1010001 | 110100 | 110011 |
Color Harmonies of #97C343
Complementary color
Monochromatic Colors of #97C343
Black with #97C343
Text Example
Text Example
White with #97C343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C343; }
p { color: rgb(151,195,67); }
H1.HeaderClassName
{
color: #97C343;
}
.AnyTagClassName
{
color: #97C343;
}
</style>
background-color css
<style>
a { background-color: #97C343; }
a { background-color: rgb(151,195,67); }
div.DivClassName
{
background-color: #97C343;
}
.BgClassName
{
background-color: #97C343;
}
</style>
border-color css
<style>
span { border-color: #97C343; }
span { border-color: rgb(151,195,67); }
td.TdClassName
{
border-color: #97C343;
}
.TagClassName
{
border-color: #97C343;
}
</style>