Shades of Atlantis #A8DD36
Tints of Atlantis #A8DD36
RGB
CMYK
RGB Variations
Color information
#A8DD36 (or 0xA8DD36) is known color: Atlantis. HEX triplet: A8, DD and 36. RGB value is (168,221,54). Sum of RGB (Red+Green+Blue) = 168+221+54=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 54 (21.48% from 255 or 12.19% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DD36 is #5722C9. Grayscale: #BABABA. Windows color (decimal): -5710538 or 3595688. OLE color: 3595688.
HSL color Cylindrical-coordinate representation of color #A8DD36: hue angle of 79.04º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8DD36 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 54 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.13 |
| HSL | 79.04º | 0.71% | 0.54% | - |
| HSV(B) | 79.04º | 0.76% | 0.87% | - |
| XYZ | 42.67 | 60.3 | 12.88 | - |
| YUV | 186.12 | 53.44 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 54 | 0.24 | 0 | 0.76 | 0.13 | 79.04 | 0.71 | 0.54 |
| Hex | A8 | DD | 36 | 18 | 0 | 4C | D | 4F | 47 | 36 |
| Octal | 250 | 335 | 66 | 30 | 0 | 114 | 15 | 117 | 107 | 66 |
| Binary | 10101000 | 11011101 | 110110 | 11000 | 0 | 1001100 | 1101 | 1001111 | 1000111 | 110110 |
Color Harmonies of #A8DD36
Complementary color
Monochromatic Colors of #A8DD36
Black with #A8DD36
Text Example
Text Example
White with #A8DD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DD36; }
p { color: rgb(168,221,54); }
H1.HeaderClassName
{
color: #A8DD36;
}
.AnyTagClassName
{
color: #A8DD36;
}
</style>
background-color css
<style>
a { background-color: #A8DD36; }
a { background-color: rgb(168,221,54); }
div.DivClassName
{
background-color: #A8DD36;
}
.BgClassName
{
background-color: #A8DD36;
}
</style>
border-color css
<style>
span { border-color: #A8DD36; }
span { border-color: rgb(168,221,54); }
td.TdClassName
{
border-color: #A8DD36;
}
.TagClassName
{
border-color: #A8DD36;
}
</style>