Shades of Atlantis #A8D832
Tints of Atlantis #A8D832
RGB
CMYK
RGB Variations
Color information
#A8D832 (or 0xA8D832) is known color: Atlantis. HEX triplet: A8, D8 and 32. RGB value is (168,216,50). Sum of RGB (Red+Green+Blue) = 168+216+50=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 216 (84.77% from 255 or 49.77% from 434); Blue value is 50 (19.92% from 255 or 11.52% from 434); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D832 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D832 is #5727CD. Grayscale: #B7B7B7. Windows color (decimal): -5711822 or 3332264. OLE color: 3332264.
HSL color Cylindrical-coordinate representation of color #A8D832: hue angle of 77.35º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A8D832 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 216 | 50 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.15 |
| HSL | 77.35º | 0.68% | 0.52% | - |
| HSV(B) | 77.35º | 0.77% | 0.85% | - |
| XYZ | 41.28 | 57.67 | 11.97 | - |
| YUV | 182.72 | 53.1 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 216 | 50 | 0.22 | 0 | 0.77 | 0.15 | 77.35 | 0.68 | 0.52 |
| Hex | A8 | D8 | 32 | 16 | 0 | 4D | F | 4D | 44 | 34 |
| Octal | 250 | 330 | 62 | 26 | 0 | 115 | 17 | 115 | 104 | 64 |
| Binary | 10101000 | 11011000 | 110010 | 10110 | 0 | 1001101 | 1111 | 1001101 | 1000100 | 110100 |
Color Harmonies of #A8D832
Complementary color
Monochromatic Colors of #A8D832
Black with #A8D832
Text Example
Text Example
White with #A8D832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D832; }
p { color: rgb(168,216,50); }
H1.HeaderClassName
{
color: #A8D832;
}
.AnyTagClassName
{
color: #A8D832;
}
</style>
background-color css
<style>
a { background-color: #A8D832; }
a { background-color: rgb(168,216,50); }
div.DivClassName
{
background-color: #A8D832;
}
.BgClassName
{
background-color: #A8D832;
}
</style>
border-color css
<style>
span { border-color: #A8D832; }
span { border-color: rgb(168,216,50); }
td.TdClassName
{
border-color: #A8D832;
}
.TagClassName
{
border-color: #A8D832;
}
</style>