Shades of Atlantis #A8DD37
Tints of Atlantis #A8DD37
RGB
CMYK
RGB Variations
Color information
#A8DD37 (or 0xA8DD37) is known color: Atlantis. HEX triplet: A8, DD and 37. RGB value is (168,221,55). Sum of RGB (Red+Green+Blue) = 168+221+55=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 55 (21.88% from 255 or 12.39% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DD37 is #5722C8. Grayscale: #BABABA. Windows color (decimal): -5710537 or 3661224. OLE color: 3661224.
HSL color Cylindrical-coordinate representation of color #A8DD37: hue angle of 79.16º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8DD37 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 55 | - |
| CMYK | 0.24 | 0 | 0.75 | 0.13 |
| HSL | 79.16º | 0.71% | 0.54% | - |
| HSV(B) | 79.16º | 0.75% | 0.87% | - |
| XYZ | 42.69 | 60.31 | 13.01 | - |
| YUV | 186.23 | 53.94 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 55 | 0.24 | 0 | 0.75 | 0.13 | 79.16 | 0.71 | 0.54 |
| Hex | A8 | DD | 37 | 18 | 0 | 4B | D | 4F | 47 | 36 |
| Octal | 250 | 335 | 67 | 30 | 0 | 113 | 15 | 117 | 107 | 66 |
| Binary | 10101000 | 11011101 | 110111 | 11000 | 0 | 1001011 | 1101 | 1001111 | 1000111 | 110110 |
Color Harmonies of #A8DD37
Complementary color
Monochromatic Colors of #A8DD37
Black with #A8DD37
Text Example
Text Example
White with #A8DD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DD37; }
p { color: rgb(168,221,55); }
H1.HeaderClassName
{
color: #A8DD37;
}
.AnyTagClassName
{
color: #A8DD37;
}
</style>
background-color css
<style>
a { background-color: #A8DD37; }
a { background-color: rgb(168,221,55); }
div.DivClassName
{
background-color: #A8DD37;
}
.BgClassName
{
background-color: #A8DD37;
}
</style>
border-color css
<style>
span { border-color: #A8DD37; }
span { border-color: rgb(168,221,55); }
td.TdClassName
{
border-color: #A8DD37;
}
.TagClassName
{
border-color: #A8DD37;
}
</style>