Shades of Atlantis #A8DC39
Tints of Atlantis #A8DC39
RGB
CMYK
RGB Variations
Color information
#A8DC39 (or 0xA8DC39) is known color: Atlantis. HEX triplet: A8, DC and 39. RGB value is (168,220,57). Sum of RGB (Red+Green+Blue) = 168+220+57=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 57 (22.66% from 255 or 12.81% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DC39 is #5723C6. Grayscale: #BABABA. Windows color (decimal): -5710791 or 3792040. OLE color: 3792040.
HSL color Cylindrical-coordinate representation of color #A8DC39: hue angle of 79.14º degrees, saturation: 0.7, 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 #A8DC39 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 57 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.14 |
| HSL | 79.14º | 0.7% | 0.54% | - |
| HSV(B) | 79.14º | 0.74% | 0.86% | - |
| XYZ | 42.48 | 59.81 | 13.18 | - |
| YUV | 185.87 | 55.27 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 57 | 0.24 | 0 | 0.74 | 0.14 | 79.14 | 0.7 | 0.54 |
| Hex | A8 | DC | 39 | 18 | 0 | 4A | E | 4F | 46 | 36 |
| Octal | 250 | 334 | 71 | 30 | 0 | 112 | 16 | 117 | 106 | 66 |
| Binary | 10101000 | 11011100 | 111001 | 11000 | 0 | 1001010 | 1110 | 1001111 | 1000110 | 110110 |
Color Harmonies of #A8DC39
Complementary color
Monochromatic Colors of #A8DC39
Black with #A8DC39
Text Example
Text Example
White with #A8DC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DC39; }
p { color: rgb(168,220,57); }
H1.HeaderClassName
{
color: #A8DC39;
}
.AnyTagClassName
{
color: #A8DC39;
}
</style>
background-color css
<style>
a { background-color: #A8DC39; }
a { background-color: rgb(168,220,57); }
div.DivClassName
{
background-color: #A8DC39;
}
.BgClassName
{
background-color: #A8DC39;
}
</style>
border-color css
<style>
span { border-color: #A8DC39; }
span { border-color: rgb(168,220,57); }
td.TdClassName
{
border-color: #A8DC39;
}
.TagClassName
{
border-color: #A8DC39;
}
</style>