Shades of Atlantis #A8D139
Tints of Atlantis #A8D139
RGB
CMYK
RGB Variations
Color information
#A8D139 (or 0xA8D139) is known color: Atlantis. HEX triplet: A8, D1 and 39. RGB value is (168,209,57). Sum of RGB (Red+Green+Blue) = 168+209+57=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 209 (82.03% from 255 or 48.16% from 434); Blue value is 57 (22.66% from 255 or 13.13% from 434); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D139 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D139 is #572EC6. Grayscale: #B3B3B3. Windows color (decimal): -5713607 or 3789224. OLE color: 3789224.
HSL color Cylindrical-coordinate representation of color #A8D139: hue angle of 76.18º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8D139 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 209 | 57 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.18 |
| HSL | 76.18º | 0.62% | 0.52% | - |
| HSV(B) | 76.18º | 0.73% | 0.82% | - |
| XYZ | 39.69 | 54.22 | 12.24 | - |
| YUV | 179.41 | 58.92 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 209 | 57 | 0.20 | 0 | 0.73 | 0.18 | 76.18 | 0.62 | 0.52 |
| Hex | A8 | D1 | 39 | 14 | 0 | 49 | 12 | 4C | 3E | 34 |
| Octal | 250 | 321 | 71 | 24 | 0 | 111 | 22 | 114 | 76 | 64 |
| Binary | 10101000 | 11010001 | 111001 | 10100 | 0 | 1001001 | 10010 | 1001100 | 111110 | 110100 |
Color Harmonies of #A8D139
Complementary color
Monochromatic Colors of #A8D139
Black with #A8D139
Text Example
Text Example
White with #A8D139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D139; }
p { color: rgb(168,209,57); }
H1.HeaderClassName
{
color: #A8D139;
}
.AnyTagClassName
{
color: #A8D139;
}
</style>
background-color css
<style>
a { background-color: #A8D139; }
a { background-color: rgb(168,209,57); }
div.DivClassName
{
background-color: #A8D139;
}
.BgClassName
{
background-color: #A8D139;
}
</style>
border-color css
<style>
span { border-color: #A8D139; }
span { border-color: rgb(168,209,57); }
td.TdClassName
{
border-color: #A8D139;
}
.TagClassName
{
border-color: #A8D139;
}
</style>