Shades of Atlantis #9AE144
Tints of Atlantis #9AE144
RGB
CMYK
RGB Variations
Color information
#9AE144 (or 0x9AE144) is known color: Atlantis. HEX triplet: 9A, E1 and 44. RGB value is (154,225,68). Sum of RGB (Red+Green+Blue) = 154+225+68=447 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.45% from 447); Green value is 225 (88.28% from 255 or 50.34% from 447); Blue value is 68 (26.95% from 255 or 15.21% from 447); Max value from RGB is 225 - color contains mainly: green. Hex color #9AE144 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AE144 is #651EBB. Grayscale: #BABABA. Windows color (decimal): -6627004 or 4514202. OLE color: 4514202.
HSL color Cylindrical-coordinate representation of color #9AE144: hue angle of 87.13º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9AE144 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 154 | 225 | 68 | - |
| CMYK | 0.32 | 0 | 0.70 | 0.12 |
| HSL | 87.13º | 0.72% | 0.57% | - |
| HSV(B) | 87.13º | 0.7% | 0.88% | - |
| XYZ | 41.3 | 61.14 | 15.09 | - |
| YUV | 185.87 | 61.48 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 225 | 68 | 0.32 | 0 | 0.70 | 0.12 | 87.13 | 0.72 | 0.57 |
| Hex | 9A | E1 | 44 | 20 | 0 | 46 | C | 57 | 48 | 39 |
| Octal | 232 | 341 | 104 | 40 | 0 | 106 | 14 | 127 | 110 | 71 |
| Binary | 10011010 | 11100001 | 1000100 | 100000 | 0 | 1000110 | 1100 | 1010111 | 1001000 | 111001 |
Color Harmonies of #9AE144
Complementary color
Monochromatic Colors of #9AE144
Black with #9AE144
Text Example
Text Example
White with #9AE144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE144; }
p { color: rgb(154,225,68); }
H1.HeaderClassName
{
color: #9AE144;
}
.AnyTagClassName
{
color: #9AE144;
}
</style>
background-color css
<style>
a { background-color: #9AE144; }
a { background-color: rgb(154,225,68); }
div.DivClassName
{
background-color: #9AE144;
}
.BgClassName
{
background-color: #9AE144;
}
</style>
border-color css
<style>
span { border-color: #9AE144; }
span { border-color: rgb(154,225,68); }
td.TdClassName
{
border-color: #9AE144;
}
.TagClassName
{
border-color: #9AE144;
}
</style>