Shades of Atlantis #A8E638
Tints of Atlantis #A8E638
RGB
CMYK
RGB Variations
Color information
#A8E638 (or 0xA8E638) is known color: Atlantis. HEX triplet: A8, E6 and 38. RGB value is (168,230,56). Sum of RGB (Red+Green+Blue) = 168+230+56=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 230 (90.23% from 255 or 50.66% from 454); Blue value is 56 (22.27% from 255 or 12.33% from 454); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E638 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8E638 is #5719C7. Grayscale: #C0C0C0. Windows color (decimal): -5708232 or 3729064. OLE color: 3729064.
HSL color Cylindrical-coordinate representation of color #A8E638: hue angle of 81.38º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8E638 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 230 | 56 | - |
| CMYK | 0.27 | 0 | 0.76 | 0.10 |
| HSL | 81.38º | 0.78% | 0.56% | - |
| HSV(B) | 81.38º | 0.76% | 0.9% | - |
| XYZ | 45.16 | 65.2 | 13.95 | - |
| YUV | 191.63 | 51.46 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 230 | 56 | 0.27 | 0 | 0.76 | 0.10 | 81.38 | 0.78 | 0.56 |
| Hex | A8 | E6 | 38 | 1B | 0 | 4C | A | 51 | 4E | 38 |
| Octal | 250 | 346 | 70 | 33 | 0 | 114 | 12 | 121 | 116 | 70 |
| Binary | 10101000 | 11100110 | 111000 | 11011 | 0 | 1001100 | 1010 | 1010001 | 1001110 | 111000 |
Color Harmonies of #A8E638
Complementary color
Monochromatic Colors of #A8E638
Black with #A8E638
Text Example
Text Example
White with #A8E638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E638; }
p { color: rgb(168,230,56); }
H1.HeaderClassName
{
color: #A8E638;
}
.AnyTagClassName
{
color: #A8E638;
}
</style>
background-color css
<style>
a { background-color: #A8E638; }
a { background-color: rgb(168,230,56); }
div.DivClassName
{
background-color: #A8E638;
}
.BgClassName
{
background-color: #A8E638;
}
</style>
border-color css
<style>
span { border-color: #A8E638; }
span { border-color: rgb(168,230,56); }
td.TdClassName
{
border-color: #A8E638;
}
.TagClassName
{
border-color: #A8E638;
}
</style>