Shades of Atlantis #97E44A
Tints of Atlantis #97E44A
RGB
CMYK
RGB Variations
Color information
#97E44A (or 0x97E44A) is known color: Atlantis. HEX triplet: 97, E4 and 4A. RGB value is (151,228,74). Sum of RGB (Red+Green+Blue) = 151+228+74=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 228 (89.45% from 255 or 50.33% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 228 - color contains mainly: green. Hex color #97E44A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97E44A is #681BB5. Grayscale: #BBBBBB. Windows color (decimal): -6822838 or 4908183. OLE color: 4908183.
HSL color Cylindrical-coordinate representation of color #97E44A: hue angle of 90º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #97E44A is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 151 | 228 | 74 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.11 |
| HSL | 90º | 0.74% | 0.59% | - |
| HSV(B) | 90º | 0.68% | 0.89% | - |
| XYZ | 41.74 | 62.56 | 16.35 | - |
| YUV | 187.42 | 63.99 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 228 | 74 | 0.34 | 0 | 0.68 | 0.11 | 90 | 0.74 | 0.59 |
| Hex | 97 | E4 | 4A | 22 | 0 | 44 | B | 5A | 4A | 3B |
| Octal | 227 | 344 | 112 | 42 | 0 | 104 | 13 | 132 | 112 | 73 |
| Binary | 10010111 | 11100100 | 1001010 | 100010 | 0 | 1000100 | 1011 | 1011010 | 1001010 | 111011 |
Color Harmonies of #97E44A
Complementary color
Monochromatic Colors of #97E44A
Black with #97E44A
Text Example
Text Example
White with #97E44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E44A; }
p { color: rgb(151,228,74); }
H1.HeaderClassName
{
color: #97E44A;
}
.AnyTagClassName
{
color: #97E44A;
}
</style>
background-color css
<style>
a { background-color: #97E44A; }
a { background-color: rgb(151,228,74); }
div.DivClassName
{
background-color: #97E44A;
}
.BgClassName
{
background-color: #97E44A;
}
</style>
border-color css
<style>
span { border-color: #97E44A; }
span { border-color: rgb(151,228,74); }
td.TdClassName
{
border-color: #97E44A;
}
.TagClassName
{
border-color: #97E44A;
}
</style>