Shades of Atlantis #A8D534
Tints of Atlantis #A8D534
RGB
CMYK
RGB Variations
Color information
#A8D534 (or 0xA8D534) is known color: Atlantis. HEX triplet: A8, D5 and 34. RGB value is (168,213,52). Sum of RGB (Red+Green+Blue) = 168+213+52=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 52 (20.70% from 255 or 12.01% from 433); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D534 is #572ACB. Grayscale: #B5B5B5. Windows color (decimal): -5712588 or 3462568. OLE color: 3462568.
HSL color Cylindrical-coordinate representation of color #A8D534: hue angle of 76.77º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8D534 is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 52 | - |
| CMYK | 0.21 | 0 | 0.76 | 0.16 |
| HSL | 76.77º | 0.66% | 0.52% | - |
| HSV(B) | 76.77º | 0.76% | 0.84% | - |
| XYZ | 40.56 | 56.16 | 11.95 | - |
| YUV | 181.19 | 55.09 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 52 | 0.21 | 0 | 0.76 | 0.16 | 76.77 | 0.66 | 0.52 |
| Hex | A8 | D5 | 34 | 15 | 0 | 4C | 10 | 4D | 42 | 34 |
| Octal | 250 | 325 | 64 | 25 | 0 | 114 | 20 | 115 | 102 | 64 |
| Binary | 10101000 | 11010101 | 110100 | 10101 | 0 | 1001100 | 10000 | 1001101 | 1000010 | 110100 |
Color Harmonies of #A8D534
Complementary color
Monochromatic Colors of #A8D534
Black with #A8D534
Text Example
Text Example
White with #A8D534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D534; }
p { color: rgb(168,213,52); }
H1.HeaderClassName
{
color: #A8D534;
}
.AnyTagClassName
{
color: #A8D534;
}
</style>
background-color css
<style>
a { background-color: #A8D534; }
a { background-color: rgb(168,213,52); }
div.DivClassName
{
background-color: #A8D534;
}
.BgClassName
{
background-color: #A8D534;
}
</style>
border-color css
<style>
span { border-color: #A8D534; }
span { border-color: rgb(168,213,52); }
td.TdClassName
{
border-color: #A8D534;
}
.TagClassName
{
border-color: #A8D534;
}
</style>