Shades of Atlantis #A8D63C
Tints of Atlantis #A8D63C
RGB
CMYK
RGB Variations
Color information
#A8D63C (or 0xA8D63C) is known color: Atlantis. HEX triplet: A8, D6 and 3C. RGB value is (168,214,60). Sum of RGB (Red+Green+Blue) = 168+214+60=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D63C is #5729C3. Grayscale: #B7B7B7. Windows color (decimal): -5712324 or 3987112. OLE color: 3987112.
HSL color Cylindrical-coordinate representation of color #A8D63C: hue angle of 77.92º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8D63C is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 60 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.16 |
| HSL | 77.92º | 0.65% | 0.54% | - |
| HSV(B) | 77.92º | 0.72% | 0.84% | - |
| XYZ | 41.01 | 56.74 | 13.07 | - |
| YUV | 182.69 | 58.76 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 60 | 0.21 | 0 | 0.72 | 0.16 | 77.92 | 0.65 | 0.54 |
| Hex | A8 | D6 | 3C | 15 | 0 | 48 | 10 | 4E | 41 | 36 |
| Octal | 250 | 326 | 74 | 25 | 0 | 110 | 20 | 116 | 101 | 66 |
| Binary | 10101000 | 11010110 | 111100 | 10101 | 0 | 1001000 | 10000 | 1001110 | 1000001 | 110110 |
Color Harmonies of #A8D63C
Complementary color
Monochromatic Colors of #A8D63C
Black with #A8D63C
Text Example
Text Example
White with #A8D63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D63C; }
p { color: rgb(168,214,60); }
H1.HeaderClassName
{
color: #A8D63C;
}
.AnyTagClassName
{
color: #A8D63C;
}
</style>
background-color css
<style>
a { background-color: #A8D63C; }
a { background-color: rgb(168,214,60); }
div.DivClassName
{
background-color: #A8D63C;
}
.BgClassName
{
background-color: #A8D63C;
}
</style>
border-color css
<style>
span { border-color: #A8D63C; }
span { border-color: rgb(168,214,60); }
td.TdClassName
{
border-color: #A8D63C;
}
.TagClassName
{
border-color: #A8D63C;
}
</style>