Shades of Atlantis #9AE238
Tints of Atlantis #9AE238
RGB
CMYK
RGB Variations
Color information
#9AE238 (or 0x9AE238) is known color: Atlantis. HEX triplet: 9A, E2 and 38. RGB value is (154,226,56). Sum of RGB (Red+Green+Blue) = 154+226+56=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 226 (88.67% from 255 or 51.83% from 436); Blue value is 56 (22.27% from 255 or 12.84% from 436); Max value from RGB is 226 - color contains mainly: green. Hex color #9AE238 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AE238 is #651DC7. Grayscale: #B9B9B9. Windows color (decimal): -6626760 or 3728026. OLE color: 3728026.
HSL color Cylindrical-coordinate representation of color #9AE238: hue angle of 85.41º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9AE238 is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 154 | 226 | 56 | - |
| CMYK | 0.32 | 0 | 0.75 | 0.11 |
| HSL | 85.41º | 0.75% | 0.55% | - |
| HSV(B) | 85.41º | 0.75% | 0.89% | - |
| XYZ | 41.24 | 61.55 | 13.45 | - |
| YUV | 185.09 | 55.15 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 226 | 56 | 0.32 | 0 | 0.75 | 0.11 | 85.41 | 0.75 | 0.55 |
| Hex | 9A | E2 | 38 | 20 | 0 | 4B | B | 55 | 4B | 37 |
| Octal | 232 | 342 | 70 | 40 | 0 | 113 | 13 | 125 | 113 | 67 |
| Binary | 10011010 | 11100010 | 111000 | 100000 | 0 | 1001011 | 1011 | 1010101 | 1001011 | 110111 |
Color Harmonies of #9AE238
Complementary color
Monochromatic Colors of #9AE238
Black with #9AE238
Text Example
Text Example
White with #9AE238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE238; }
p { color: rgb(154,226,56); }
H1.HeaderClassName
{
color: #9AE238;
}
.AnyTagClassName
{
color: #9AE238;
}
</style>
background-color css
<style>
a { background-color: #9AE238; }
a { background-color: rgb(154,226,56); }
div.DivClassName
{
background-color: #9AE238;
}
.BgClassName
{
background-color: #9AE238;
}
</style>
border-color css
<style>
span { border-color: #9AE238; }
span { border-color: rgb(154,226,56); }
td.TdClassName
{
border-color: #9AE238;
}
.TagClassName
{
border-color: #9AE238;
}
</style>