Shades of Atlantis #A8D533
Tints of Atlantis #A8D533
RGB
CMYK
RGB Variations
Color information
#A8D533 (or 0xA8D533) is known color: Atlantis. HEX triplet: A8, D5 and 33. RGB value is (168,213,51). Sum of RGB (Red+Green+Blue) = 168+213+51=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 51 (20.31% from 255 or 11.81% from 432); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D533 is #572ACC. Grayscale: #B5B5B5. Windows color (decimal): -5712589 or 3397032. OLE color: 3397032.
HSL color Cylindrical-coordinate representation of color #A8D533: hue angle of 76.67º 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 #A8D533 is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 51 | - |
| CMYK | 0.21 | 0 | 0.76 | 0.16 |
| HSL | 76.67º | 0.66% | 0.52% | - |
| HSV(B) | 76.67º | 0.76% | 0.84% | - |
| XYZ | 40.54 | 56.15 | 11.83 | - |
| YUV | 181.08 | 54.59 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 51 | 0.21 | 0 | 0.76 | 0.16 | 76.67 | 0.66 | 0.52 |
| Hex | A8 | D5 | 33 | 15 | 0 | 4C | 10 | 4D | 42 | 34 |
| Octal | 250 | 325 | 63 | 25 | 0 | 114 | 20 | 115 | 102 | 64 |
| Binary | 10101000 | 11010101 | 110011 | 10101 | 0 | 1001100 | 10000 | 1001101 | 1000010 | 110100 |
Color Harmonies of #A8D533
Complementary color
Monochromatic Colors of #A8D533
Black with #A8D533
Text Example
Text Example
White with #A8D533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D533; }
p { color: rgb(168,213,51); }
H1.HeaderClassName
{
color: #A8D533;
}
.AnyTagClassName
{
color: #A8D533;
}
</style>
background-color css
<style>
a { background-color: #A8D533; }
a { background-color: rgb(168,213,51); }
div.DivClassName
{
background-color: #A8D533;
}
.BgClassName
{
background-color: #A8D533;
}
</style>
border-color css
<style>
span { border-color: #A8D533; }
span { border-color: rgb(168,213,51); }
td.TdClassName
{
border-color: #A8D533;
}
.TagClassName
{
border-color: #A8D533;
}
</style>