Shades of Atlantis #A8D63D
Tints of Atlantis #A8D63D
RGB
CMYK
RGB Variations
Color information
#A8D63D (or 0xA8D63D) is known color: Atlantis. HEX triplet: A8, D6 and 3D. RGB value is (168,214,61). Sum of RGB (Red+Green+Blue) = 168+214+61=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 61 (24.22% from 255 or 13.77% from 443); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D63D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D63D is #5729C2. Grayscale: #B7B7B7. Windows color (decimal): -5712323 or 4052648. OLE color: 4052648.
HSL color Cylindrical-coordinate representation of color #A8D63D: hue angle of 78.04º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8D63D is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 61 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.16 |
| HSL | 78.04º | 0.65% | 0.54% | - |
| HSV(B) | 78.04º | 0.71% | 0.84% | - |
| XYZ | 41.04 | 56.75 | 13.21 | - |
| YUV | 182.8 | 59.26 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 61 | 0.21 | 0 | 0.71 | 0.16 | 78.04 | 0.65 | 0.54 |
| Hex | A8 | D6 | 3D | 15 | 0 | 47 | 10 | 4E | 41 | 36 |
| Octal | 250 | 326 | 75 | 25 | 0 | 107 | 20 | 116 | 101 | 66 |
| Binary | 10101000 | 11010110 | 111101 | 10101 | 0 | 1000111 | 10000 | 1001110 | 1000001 | 110110 |
Color Harmonies of #A8D63D
Complementary color
Monochromatic Colors of #A8D63D
Black with #A8D63D
Text Example
Text Example
White with #A8D63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D63D; }
p { color: rgb(168,214,61); }
H1.HeaderClassName
{
color: #A8D63D;
}
.AnyTagClassName
{
color: #A8D63D;
}
</style>
background-color css
<style>
a { background-color: #A8D63D; }
a { background-color: rgb(168,214,61); }
div.DivClassName
{
background-color: #A8D63D;
}
.BgClassName
{
background-color: #A8D63D;
}
</style>
border-color css
<style>
span { border-color: #A8D63D; }
span { border-color: rgb(168,214,61); }
td.TdClassName
{
border-color: #A8D63D;
}
.TagClassName
{
border-color: #A8D63D;
}
</style>