Shades of Atlantis #A8D83C
Tints of Atlantis #A8D83C
RGB
CMYK
RGB Variations
Color information
#A8D83C (or 0xA8D83C) is known color: Atlantis. HEX triplet: A8, D8 and 3C. RGB value is (168,216,60). Sum of RGB (Red+Green+Blue) = 168+216+60=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 216 (84.77% from 255 or 48.65% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D83C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D83C is #5727C3. Grayscale: #B8B8B8. Windows color (decimal): -5711812 or 3987624. OLE color: 3987624.
HSL color Cylindrical-coordinate representation of color #A8D83C: hue angle of 78.46º 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 #A8D83C is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 216 | 60 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.15 |
| HSL | 78.46º | 0.67% | 0.54% | - |
| HSV(B) | 78.46º | 0.72% | 0.85% | - |
| XYZ | 41.52 | 57.76 | 13.24 | - |
| YUV | 183.86 | 58.1 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 216 | 60 | 0.22 | 0 | 0.72 | 0.15 | 78.46 | 0.67 | 0.54 |
| Hex | A8 | D8 | 3C | 16 | 0 | 48 | F | 4E | 43 | 36 |
| Octal | 250 | 330 | 74 | 26 | 0 | 110 | 17 | 116 | 103 | 66 |
| Binary | 10101000 | 11011000 | 111100 | 10110 | 0 | 1001000 | 1111 | 1001110 | 1000011 | 110110 |
Color Harmonies of #A8D83C
Complementary color
Monochromatic Colors of #A8D83C
Black with #A8D83C
Text Example
Text Example
White with #A8D83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D83C; }
p { color: rgb(168,216,60); }
H1.HeaderClassName
{
color: #A8D83C;
}
.AnyTagClassName
{
color: #A8D83C;
}
</style>
background-color css
<style>
a { background-color: #A8D83C; }
a { background-color: rgb(168,216,60); }
div.DivClassName
{
background-color: #A8D83C;
}
.BgClassName
{
background-color: #A8D83C;
}
</style>
border-color css
<style>
span { border-color: #A8D83C; }
span { border-color: rgb(168,216,60); }
td.TdClassName
{
border-color: #A8D83C;
}
.TagClassName
{
border-color: #A8D83C;
}
</style>