Shades of Atlantis #A8DB36
Tints of Atlantis #A8DB36
RGB
CMYK
RGB Variations
Color information
#A8DB36 (or 0xA8DB36) is known color: Atlantis. HEX triplet: A8, DB and 36. RGB value is (168,219,54). Sum of RGB (Red+Green+Blue) = 168+219+54=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 54 (21.48% from 255 or 12.24% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DB36 is #5724C9. Grayscale: #B9B9B9. Windows color (decimal): -5711050 or 3595176. OLE color: 3595176.
HSL color Cylindrical-coordinate representation of color #A8DB36: hue angle of 78.55º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8DB36 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 54 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.14 |
| HSL | 78.55º | 0.7% | 0.54% | - |
| HSV(B) | 78.55º | 0.75% | 0.86% | - |
| XYZ | 42.15 | 59.25 | 12.71 | - |
| YUV | 184.94 | 54.1 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 54 | 0.23 | 0 | 0.75 | 0.14 | 78.55 | 0.7 | 0.54 |
| Hex | A8 | DB | 36 | 17 | 0 | 4B | E | 4F | 46 | 36 |
| Octal | 250 | 333 | 66 | 27 | 0 | 113 | 16 | 117 | 106 | 66 |
| Binary | 10101000 | 11011011 | 110110 | 10111 | 0 | 1001011 | 1110 | 1001111 | 1000110 | 110110 |
Color Harmonies of #A8DB36
Complementary color
Monochromatic Colors of #A8DB36
Black with #A8DB36
Text Example
Text Example
White with #A8DB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DB36; }
p { color: rgb(168,219,54); }
H1.HeaderClassName
{
color: #A8DB36;
}
.AnyTagClassName
{
color: #A8DB36;
}
</style>
background-color css
<style>
a { background-color: #A8DB36; }
a { background-color: rgb(168,219,54); }
div.DivClassName
{
background-color: #A8DB36;
}
.BgClassName
{
background-color: #A8DB36;
}
</style>
border-color css
<style>
span { border-color: #A8DB36; }
span { border-color: rgb(168,219,54); }
td.TdClassName
{
border-color: #A8DB36;
}
.TagClassName
{
border-color: #A8DB36;
}
</style>