Shades of Atlantis #A8E438
Tints of Atlantis #A8E438
RGB
CMYK
RGB Variations
Color information
#A8E438 (or 0xA8E438) is known color: Atlantis. HEX triplet: A8, E4 and 38. RGB value is (168,228,56). Sum of RGB (Red+Green+Blue) = 168+228+56=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 228 (89.45% from 255 or 50.44% from 452); Blue value is 56 (22.27% from 255 or 12.39% from 452); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E438 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E438 is #571BC7. Grayscale: #BFBFBF. Windows color (decimal): -5708744 or 3728552. OLE color: 3728552.
HSL color Cylindrical-coordinate representation of color #A8E438: hue angle of 80.93º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8E438 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 228 | 56 | - |
| CMYK | 0.26 | 0 | 0.75 | 0.11 |
| HSL | 80.93º | 0.76% | 0.56% | - |
| HSV(B) | 80.93º | 0.75% | 0.89% | - |
| XYZ | 44.61 | 64.1 | 13.76 | - |
| YUV | 190.45 | 52.12 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 228 | 56 | 0.26 | 0 | 0.75 | 0.11 | 80.93 | 0.76 | 0.56 |
| Hex | A8 | E4 | 38 | 1A | 0 | 4B | B | 51 | 4C | 38 |
| Octal | 250 | 344 | 70 | 32 | 0 | 113 | 13 | 121 | 114 | 70 |
| Binary | 10101000 | 11100100 | 111000 | 11010 | 0 | 1001011 | 1011 | 1010001 | 1001100 | 111000 |
Color Harmonies of #A8E438
Complementary color
Monochromatic Colors of #A8E438
Black with #A8E438
Text Example
Text Example
White with #A8E438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E438; }
p { color: rgb(168,228,56); }
H1.HeaderClassName
{
color: #A8E438;
}
.AnyTagClassName
{
color: #A8E438;
}
</style>
background-color css
<style>
a { background-color: #A8E438; }
a { background-color: rgb(168,228,56); }
div.DivClassName
{
background-color: #A8E438;
}
.BgClassName
{
background-color: #A8E438;
}
</style>
border-color css
<style>
span { border-color: #A8E438; }
span { border-color: rgb(168,228,56); }
td.TdClassName
{
border-color: #A8E438;
}
.TagClassName
{
border-color: #A8E438;
}
</style>