Shades of Atlantis #A8D934
Tints of Atlantis #A8D934
RGB
CMYK
RGB Variations
Color information
#A8D934 (or 0xA8D934) is known color: Atlantis. HEX triplet: A8, D9 and 34. RGB value is (168,217,52). Sum of RGB (Red+Green+Blue) = 168+217+52=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 217 (85.16% from 255 or 49.66% from 437); Blue value is 52 (20.70% from 255 or 11.90% from 437); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D934 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D934 is #5726CB. Grayscale: #B8B8B8. Windows color (decimal): -5711564 or 3463592. OLE color: 3463592.
HSL color Cylindrical-coordinate representation of color #A8D934: hue angle of 77.82º 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 #A8D934 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 52 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.15 |
| HSL | 77.82º | 0.68% | 0.53% | - |
| HSV(B) | 77.82º | 0.76% | 0.85% | - |
| XYZ | 41.58 | 58.2 | 12.29 | - |
| YUV | 183.54 | 53.77 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 52 | 0.23 | 0 | 0.76 | 0.15 | 77.82 | 0.68 | 0.53 |
| Hex | A8 | D9 | 34 | 17 | 0 | 4C | F | 4E | 44 | 35 |
| Octal | 250 | 331 | 64 | 27 | 0 | 114 | 17 | 116 | 104 | 65 |
| Binary | 10101000 | 11011001 | 110100 | 10111 | 0 | 1001100 | 1111 | 1001110 | 1000100 | 110101 |
Color Harmonies of #A8D934
Complementary color
Monochromatic Colors of #A8D934
Black with #A8D934
Text Example
Text Example
White with #A8D934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D934; }
p { color: rgb(168,217,52); }
H1.HeaderClassName
{
color: #A8D934;
}
.AnyTagClassName
{
color: #A8D934;
}
</style>
background-color css
<style>
a { background-color: #A8D934; }
a { background-color: rgb(168,217,52); }
div.DivClassName
{
background-color: #A8D934;
}
.BgClassName
{
background-color: #A8D934;
}
</style>
border-color css
<style>
span { border-color: #A8D934; }
span { border-color: rgb(168,217,52); }
td.TdClassName
{
border-color: #A8D934;
}
.TagClassName
{
border-color: #A8D934;
}
</style>