Shades of Atlantis #97E346
Tints of Atlantis #97E346
RGB
CMYK
RGB Variations
Color information
#97E346 (or 0x97E346) is known color: Atlantis. HEX triplet: 97, E3 and 46. RGB value is (151,227,70). Sum of RGB (Red+Green+Blue) = 151+227+70=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 227 (89.06% from 255 or 50.67% from 448); Blue value is 70 (27.73% from 255 or 15.62% from 448); Max value from RGB is 227 - color contains mainly: green. Hex color #97E346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97E346 is #681CB9. Grayscale: #BABABA. Windows color (decimal): -6823098 or 4645783. OLE color: 4645783.
HSL color Cylindrical-coordinate representation of color #97E346: hue angle of 89.04º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #97E346 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 151 | 227 | 70 | - |
| CMYK | 0.33 | 0 | 0.69 | 0.11 |
| HSL | 89.04º | 0.74% | 0.58% | - |
| HSV(B) | 89.04º | 0.69% | 0.89% | - |
| XYZ | 41.34 | 61.96 | 15.58 | - |
| YUV | 186.38 | 62.32 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 227 | 70 | 0.33 | 0 | 0.69 | 0.11 | 89.04 | 0.74 | 0.58 |
| Hex | 97 | E3 | 46 | 21 | 0 | 45 | B | 59 | 4A | 3A |
| Octal | 227 | 343 | 106 | 41 | 0 | 105 | 13 | 131 | 112 | 72 |
| Binary | 10010111 | 11100011 | 1000110 | 100001 | 0 | 1000101 | 1011 | 1011001 | 1001010 | 111010 |
Color Harmonies of #97E346
Complementary color
Monochromatic Colors of #97E346
Black with #97E346
Text Example
Text Example
White with #97E346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E346; }
p { color: rgb(151,227,70); }
H1.HeaderClassName
{
color: #97E346;
}
.AnyTagClassName
{
color: #97E346;
}
</style>
background-color css
<style>
a { background-color: #97E346; }
a { background-color: rgb(151,227,70); }
div.DivClassName
{
background-color: #97E346;
}
.BgClassName
{
background-color: #97E346;
}
</style>
border-color css
<style>
span { border-color: #97E346; }
span { border-color: rgb(151,227,70); }
td.TdClassName
{
border-color: #97E346;
}
.TagClassName
{
border-color: #97E346;
}
</style>