Shades of Atlantis #A8D23E
Tints of Atlantis #A8D23E
RGB
CMYK
RGB Variations
Color information
#A8D23E (or 0xA8D23E) is known color: Atlantis. HEX triplet: A8, D2 and 3E. RGB value is (168,210,62). Sum of RGB (Red+Green+Blue) = 168+210+62=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 210 (82.42% from 255 or 47.73% from 440); Blue value is 62 (24.61% from 255 or 14.09% from 440); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D23E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D23E is #572DC1. Grayscale: #B5B5B5. Windows color (decimal): -5713346 or 4117160. OLE color: 4117160.
HSL color Cylindrical-coordinate representation of color #A8D23E: hue angle of 77.03º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8D23E is Cyan = 0.2, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 62 | - |
| CMYK | 0.2 | 0 | 0.70 | 0.18 |
| HSL | 77.03º | 0.62% | 0.53% | - |
| HSV(B) | 77.03º | 0.7% | 0.82% | - |
| XYZ | 40.06 | 54.77 | 13.02 | - |
| YUV | 180.57 | 61.09 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 62 | 0.2 | 0 | 0.70 | 0.18 | 77.03 | 0.62 | 0.53 |
| Hex | A8 | D2 | 3E | 14 | 0 | 46 | 12 | 4D | 3E | 35 |
| Octal | 250 | 322 | 76 | 24 | 0 | 106 | 22 | 115 | 76 | 65 |
| Binary | 10101000 | 11010010 | 111110 | 10100 | 0 | 1000110 | 10010 | 1001101 | 111110 | 110101 |
Color Harmonies of #A8D23E
Complementary color
Monochromatic Colors of #A8D23E
Black with #A8D23E
Text Example
Text Example
White with #A8D23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D23E; }
p { color: rgb(168,210,62); }
H1.HeaderClassName
{
color: #A8D23E;
}
.AnyTagClassName
{
color: #A8D23E;
}
</style>
background-color css
<style>
a { background-color: #A8D23E; }
a { background-color: rgb(168,210,62); }
div.DivClassName
{
background-color: #A8D23E;
}
.BgClassName
{
background-color: #A8D23E;
}
</style>
border-color css
<style>
span { border-color: #A8D23E; }
span { border-color: rgb(168,210,62); }
td.TdClassName
{
border-color: #A8D23E;
}
.TagClassName
{
border-color: #A8D23E;
}
</style>