Shades of Atlantis #A8D240
Tints of Atlantis #A8D240
RGB
CMYK
RGB Variations
Color information
#A8D240 (or 0xA8D240) is known color: Atlantis. HEX triplet: A8, D2 and 40. RGB value is (168,210,64). Sum of RGB (Red+Green+Blue) = 168+210+64=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 210 (82.42% from 255 or 47.51% from 442); Blue value is 64 (25.39% from 255 or 14.48% from 442); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D240 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D240 is #572DBF. Grayscale: #B5B5B5. Windows color (decimal): -5713344 or 4248232. OLE color: 4248232.
HSL color Cylindrical-coordinate representation of color #A8D240: hue angle of 77.26º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8D240 is Cyan = 0.2, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 64 | - |
| CMYK | 0.2 | 0 | 0.70 | 0.18 |
| HSL | 77.26º | 0.62% | 0.54% | - |
| HSV(B) | 77.26º | 0.7% | 0.82% | - |
| XYZ | 40.12 | 54.79 | 13.31 | - |
| YUV | 180.8 | 62.09 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 64 | 0.2 | 0 | 0.70 | 0.18 | 77.26 | 0.62 | 0.54 |
| Hex | A8 | D2 | 40 | 14 | 0 | 46 | 12 | 4D | 3E | 36 |
| Octal | 250 | 322 | 100 | 24 | 0 | 106 | 22 | 115 | 76 | 66 |
| Binary | 10101000 | 11010010 | 1000000 | 10100 | 0 | 1000110 | 10010 | 1001101 | 111110 | 110110 |
Color Harmonies of #A8D240
Complementary color
Monochromatic Colors of #A8D240
Black with #A8D240
Text Example
Text Example
White with #A8D240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D240; }
p { color: rgb(168,210,64); }
H1.HeaderClassName
{
color: #A8D240;
}
.AnyTagClassName
{
color: #A8D240;
}
</style>
background-color css
<style>
a { background-color: #A8D240; }
a { background-color: rgb(168,210,64); }
div.DivClassName
{
background-color: #A8D240;
}
.BgClassName
{
background-color: #A8D240;
}
</style>
border-color css
<style>
span { border-color: #A8D240; }
span { border-color: rgb(168,210,64); }
td.TdClassName
{
border-color: #A8D240;
}
.TagClassName
{
border-color: #A8D240;
}
</style>