Shades of Atlantis #A9E338
Tints of Atlantis #A9E338
RGB
CMYK
RGB Variations
Color information
#A9E338 (or 0xA9E338) is known color: Atlantis. HEX triplet: A9, E3 and 38. RGB value is (169,227,56). Sum of RGB (Red+Green+Blue) = 169+227+56=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 227 (89.06% from 255 or 50.22% from 452); Blue value is 56 (22.27% from 255 or 12.39% from 452); Max value from RGB is 227 - color contains mainly: green. Hex color #A9E338 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9E338 is #561CC7. Grayscale: #BEBEBE. Windows color (decimal): -5643464 or 3728297. OLE color: 3728297.
HSL color Cylindrical-coordinate representation of color #A9E338: hue angle of 80.35º 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 #A9E338 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 227 | 56 | - |
| CMYK | 0.26 | 0 | 0.75 | 0.11 |
| HSL | 80.35º | 0.75% | 0.55% | - |
| HSV(B) | 80.35º | 0.75% | 0.89% | - |
| XYZ | 44.55 | 63.66 | 13.68 | - |
| YUV | 190.16 | 52.28 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 227 | 56 | 0.26 | 0 | 0.75 | 0.11 | 80.35 | 0.75 | 0.55 |
| Hex | A9 | E3 | 38 | 1A | 0 | 4B | B | 50 | 4B | 37 |
| Octal | 251 | 343 | 70 | 32 | 0 | 113 | 13 | 120 | 113 | 67 |
| Binary | 10101001 | 11100011 | 111000 | 11010 | 0 | 1001011 | 1011 | 1010000 | 1001011 | 110111 |
Color Harmonies of #A9E338
Complementary color
Monochromatic Colors of #A9E338
Black with #A9E338
Text Example
Text Example
White with #A9E338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E338; }
p { color: rgb(169,227,56); }
H1.HeaderClassName
{
color: #A9E338;
}
.AnyTagClassName
{
color: #A9E338;
}
</style>
background-color css
<style>
a { background-color: #A9E338; }
a { background-color: rgb(169,227,56); }
div.DivClassName
{
background-color: #A9E338;
}
.BgClassName
{
background-color: #A9E338;
}
</style>
border-color css
<style>
span { border-color: #A9E338; }
span { border-color: rgb(169,227,56); }
td.TdClassName
{
border-color: #A9E338;
}
.TagClassName
{
border-color: #A9E338;
}
</style>