Shades of Atlantis #A8D83D
Tints of Atlantis #A8D83D
RGB
CMYK
RGB Variations
Color information
#A8D83D (or 0xA8D83D) is known color: Atlantis. HEX triplet: A8, D8 and 3D. RGB value is (168,216,61). Sum of RGB (Red+Green+Blue) = 168+216+61=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 216 (84.77% from 255 or 48.54% from 445); Blue value is 61 (24.22% from 255 or 13.71% from 445); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D83D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D83D is #5727C2. Grayscale: #B8B8B8. Windows color (decimal): -5711811 or 4053160. OLE color: 4053160.
HSL color Cylindrical-coordinate representation of color #A8D83D: hue angle of 78.58º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8D83D is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 216 | 61 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.15 |
| HSL | 78.58º | 0.67% | 0.54% | - |
| HSV(B) | 78.58º | 0.72% | 0.85% | - |
| XYZ | 41.55 | 57.77 | 13.38 | - |
| YUV | 183.98 | 58.6 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 216 | 61 | 0.22 | 0 | 0.72 | 0.15 | 78.58 | 0.67 | 0.54 |
| Hex | A8 | D8 | 3D | 16 | 0 | 48 | F | 4F | 43 | 36 |
| Octal | 250 | 330 | 75 | 26 | 0 | 110 | 17 | 117 | 103 | 66 |
| Binary | 10101000 | 11011000 | 111101 | 10110 | 0 | 1001000 | 1111 | 1001111 | 1000011 | 110110 |
Color Harmonies of #A8D83D
Complementary color
Monochromatic Colors of #A8D83D
Black with #A8D83D
Text Example
Text Example
White with #A8D83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D83D; }
p { color: rgb(168,216,61); }
H1.HeaderClassName
{
color: #A8D83D;
}
.AnyTagClassName
{
color: #A8D83D;
}
</style>
background-color css
<style>
a { background-color: #A8D83D; }
a { background-color: rgb(168,216,61); }
div.DivClassName
{
background-color: #A8D83D;
}
.BgClassName
{
background-color: #A8D83D;
}
</style>
border-color css
<style>
span { border-color: #A8D83D; }
span { border-color: rgb(168,216,61); }
td.TdClassName
{
border-color: #A8D83D;
}
.TagClassName
{
border-color: #A8D83D;
}
</style>