Shades of Atlantis #A8DB39
Tints of Atlantis #A8DB39
RGB
CMYK
RGB Variations
Color information
#A8DB39 (or 0xA8DB39) is known color: Atlantis. HEX triplet: A8, DB and 39. RGB value is (168,219,57). Sum of RGB (Red+Green+Blue) = 168+219+57=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 57 (22.66% from 255 or 12.84% from 444); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DB39 is #5724C6. Grayscale: #B9B9B9. Windows color (decimal): -5711047 or 3791784. OLE color: 3791784.
HSL color Cylindrical-coordinate representation of color #A8DB39: hue angle of 78.89º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8DB39 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 57 | - |
| CMYK | 0.23 | 0 | 0.74 | 0.14 |
| HSL | 78.89º | 0.69% | 0.54% | - |
| HSV(B) | 78.89º | 0.74% | 0.86% | - |
| XYZ | 42.22 | 59.28 | 13.09 | - |
| YUV | 185.28 | 55.6 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 57 | 0.23 | 0 | 0.74 | 0.14 | 78.89 | 0.69 | 0.54 |
| Hex | A8 | DB | 39 | 17 | 0 | 4A | E | 4F | 45 | 36 |
| Octal | 250 | 333 | 71 | 27 | 0 | 112 | 16 | 117 | 105 | 66 |
| Binary | 10101000 | 11011011 | 111001 | 10111 | 0 | 1001010 | 1110 | 1001111 | 1000101 | 110110 |
Color Harmonies of #A8DB39
Complementary color
Monochromatic Colors of #A8DB39
Black with #A8DB39
Text Example
Text Example
White with #A8DB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DB39; }
p { color: rgb(168,219,57); }
H1.HeaderClassName
{
color: #A8DB39;
}
.AnyTagClassName
{
color: #A8DB39;
}
</style>
background-color css
<style>
a { background-color: #A8DB39; }
a { background-color: rgb(168,219,57); }
div.DivClassName
{
background-color: #A8DB39;
}
.BgClassName
{
background-color: #A8DB39;
}
</style>
border-color css
<style>
span { border-color: #A8DB39; }
span { border-color: rgb(168,219,57); }
td.TdClassName
{
border-color: #A8DB39;
}
.TagClassName
{
border-color: #A8DB39;
}
</style>