Shades of Atlantis #A8D834
Tints of Atlantis #A8D834
RGB
CMYK
RGB Variations
Color information
#A8D834 (or 0xA8D834) is known color: Atlantis. HEX triplet: A8, D8 and 34. RGB value is (168,216,52). Sum of RGB (Red+Green+Blue) = 168+216+52=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 216 (84.77% from 255 or 49.54% from 436); Blue value is 52 (20.70% from 255 or 11.93% from 436); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D834 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D834 is #5727CB. Grayscale: #B7B7B7. Windows color (decimal): -5711820 or 3463336. OLE color: 3463336.
HSL color Cylindrical-coordinate representation of color #A8D834: hue angle of 77.56º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8D834 is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 216 | 52 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.15 |
| HSL | 77.56º | 0.68% | 0.53% | - |
| HSV(B) | 77.56º | 0.76% | 0.85% | - |
| XYZ | 41.32 | 57.68 | 12.21 | - |
| YUV | 182.95 | 54.1 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 216 | 52 | 0.22 | 0 | 0.76 | 0.15 | 77.56 | 0.68 | 0.53 |
| Hex | A8 | D8 | 34 | 16 | 0 | 4C | F | 4E | 44 | 35 |
| Octal | 250 | 330 | 64 | 26 | 0 | 114 | 17 | 116 | 104 | 65 |
| Binary | 10101000 | 11011000 | 110100 | 10110 | 0 | 1001100 | 1111 | 1001110 | 1000100 | 110101 |
Color Harmonies of #A8D834
Complementary color
Monochromatic Colors of #A8D834
Black with #A8D834
Text Example
Text Example
White with #A8D834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D834; }
p { color: rgb(168,216,52); }
H1.HeaderClassName
{
color: #A8D834;
}
.AnyTagClassName
{
color: #A8D834;
}
</style>
background-color css
<style>
a { background-color: #A8D834; }
a { background-color: rgb(168,216,52); }
div.DivClassName
{
background-color: #A8D834;
}
.BgClassName
{
background-color: #A8D834;
}
</style>
border-color css
<style>
span { border-color: #A8D834; }
span { border-color: rgb(168,216,52); }
td.TdClassName
{
border-color: #A8D834;
}
.TagClassName
{
border-color: #A8D834;
}
</style>