Shades of Atlantis #A8D543
Tints of Atlantis #A8D543
RGB
CMYK
RGB Variations
Color information
#A8D543 (or 0xA8D543) is known color: Atlantis. HEX triplet: A8, D5 and 43. RGB value is (168,213,67). Sum of RGB (Red+Green+Blue) = 168+213+67=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 67 (26.56% from 255 or 14.96% from 448); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D543 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D543 is #572ABC. Grayscale: #B7B7B7. Windows color (decimal): -5712573 or 4445608. OLE color: 4445608.
HSL color Cylindrical-coordinate representation of color #A8D543: hue angle of 78.49º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8D543 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 67 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.16 |
| HSL | 78.49º | 0.63% | 0.55% | - |
| HSV(B) | 78.49º | 0.69% | 0.84% | - |
| XYZ | 40.96 | 56.32 | 14.02 | - |
| YUV | 182.9 | 62.59 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 67 | 0.21 | 0 | 0.69 | 0.16 | 78.49 | 0.63 | 0.55 |
| Hex | A8 | D5 | 43 | 15 | 0 | 45 | 10 | 4E | 3F | 37 |
| Octal | 250 | 325 | 103 | 25 | 0 | 105 | 20 | 116 | 77 | 67 |
| Binary | 10101000 | 11010101 | 1000011 | 10101 | 0 | 1000101 | 10000 | 1001110 | 111111 | 110111 |
Color Harmonies of #A8D543
Complementary color
Monochromatic Colors of #A8D543
Black with #A8D543
Text Example
Text Example
White with #A8D543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D543; }
p { color: rgb(168,213,67); }
H1.HeaderClassName
{
color: #A8D543;
}
.AnyTagClassName
{
color: #A8D543;
}
</style>
background-color css
<style>
a { background-color: #A8D543; }
a { background-color: rgb(168,213,67); }
div.DivClassName
{
background-color: #A8D543;
}
.BgClassName
{
background-color: #A8D543;
}
</style>
border-color css
<style>
span { border-color: #A8D543; }
span { border-color: rgb(168,213,67); }
td.TdClassName
{
border-color: #A8D543;
}
.TagClassName
{
border-color: #A8D543;
}
</style>