Shades of Atlantis #A8DC31
Tints of Atlantis #A8DC31
RGB
CMYK
RGB Variations
Color information
#A8DC31 (or 0xA8DC31) is known color: Atlantis. HEX triplet: A8, DC and 31. RGB value is (168,220,49). Sum of RGB (Red+Green+Blue) = 168+220+49=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 49 (19.53% from 255 or 11.21% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DC31 is #5723CE. Grayscale: #B9B9B9. Windows color (decimal): -5710799 or 3267752. OLE color: 3267752.
HSL color Cylindrical-coordinate representation of color #A8DC31: hue angle of 78.25º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8DC31 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 49 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.14 |
| HSL | 78.25º | 0.71% | 0.53% | - |
| HSV(B) | 78.25º | 0.78% | 0.86% | - |
| XYZ | 42.3 | 59.73 | 12.21 | - |
| YUV | 184.96 | 51.27 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 49 | 0.24 | 0 | 0.78 | 0.14 | 78.25 | 0.71 | 0.53 |
| Hex | A8 | DC | 31 | 18 | 0 | 4E | E | 4E | 47 | 35 |
| Octal | 250 | 334 | 61 | 30 | 0 | 116 | 16 | 116 | 107 | 65 |
| Binary | 10101000 | 11011100 | 110001 | 11000 | 0 | 1001110 | 1110 | 1001110 | 1000111 | 110101 |
Color Harmonies of #A8DC31
Complementary color
Monochromatic Colors of #A8DC31
Black with #A8DC31
Text Example
Text Example
White with #A8DC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DC31; }
p { color: rgb(168,220,49); }
H1.HeaderClassName
{
color: #A8DC31;
}
.AnyTagClassName
{
color: #A8DC31;
}
</style>
background-color css
<style>
a { background-color: #A8DC31; }
a { background-color: rgb(168,220,49); }
div.DivClassName
{
background-color: #A8DC31;
}
.BgClassName
{
background-color: #A8DC31;
}
</style>
border-color css
<style>
span { border-color: #A8DC31; }
span { border-color: rgb(168,220,49); }
td.TdClassName
{
border-color: #A8DC31;
}
.TagClassName
{
border-color: #A8DC31;
}
</style>