Shades of Atlantis #A8D636
Tints of Atlantis #A8D636
RGB
CMYK
RGB Variations
Color information
#A8D636 (or 0xA8D636) is known color: Atlantis. HEX triplet: A8, D6 and 36. RGB value is (168,214,54). Sum of RGB (Red+Green+Blue) = 168+214+54=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 54 (21.48% from 255 or 12.39% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D636 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D636 is #5729C9. Grayscale: #B6B6B6. Windows color (decimal): -5712330 or 3593896. OLE color: 3593896.
HSL color Cylindrical-coordinate representation of color #A8D636: hue angle of 77.25º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8D636 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 54 | - |
| CMYK | 0.21 | 0 | 0.75 | 0.16 |
| HSL | 77.25º | 0.66% | 0.53% | - |
| HSV(B) | 77.25º | 0.75% | 0.84% | - |
| XYZ | 40.86 | 56.68 | 12.28 | - |
| YUV | 182.01 | 55.76 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 54 | 0.21 | 0 | 0.75 | 0.16 | 77.25 | 0.66 | 0.53 |
| Hex | A8 | D6 | 36 | 15 | 0 | 4B | 10 | 4D | 42 | 35 |
| Octal | 250 | 326 | 66 | 25 | 0 | 113 | 20 | 115 | 102 | 65 |
| Binary | 10101000 | 11010110 | 110110 | 10101 | 0 | 1001011 | 10000 | 1001101 | 1000010 | 110101 |
Color Harmonies of #A8D636
Complementary color
Monochromatic Colors of #A8D636
Black with #A8D636
Text Example
Text Example
White with #A8D636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D636; }
p { color: rgb(168,214,54); }
H1.HeaderClassName
{
color: #A8D636;
}
.AnyTagClassName
{
color: #A8D636;
}
</style>
background-color css
<style>
a { background-color: #A8D636; }
a { background-color: rgb(168,214,54); }
div.DivClassName
{
background-color: #A8D636;
}
.BgClassName
{
background-color: #A8D636;
}
</style>
border-color css
<style>
span { border-color: #A8D636; }
span { border-color: rgb(168,214,54); }
td.TdClassName
{
border-color: #A8D636;
}
.TagClassName
{
border-color: #A8D636;
}
</style>