Shades of Atlantis #A8DC30
Tints of Atlantis #A8DC30
RGB
CMYK
RGB Variations
Color information
#A8DC30 (or 0xA8DC30) is known color: Atlantis. HEX triplet: A8, DC and 30. RGB value is (168,220,48). Sum of RGB (Red+Green+Blue) = 168+220+48=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 48 (19.14% from 255 or 11.01% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DC30 is #5723CF. Grayscale: #B9B9B9. Windows color (decimal): -5710800 or 3202216. OLE color: 3202216.
HSL color Cylindrical-coordinate representation of color #A8DC30: hue angle of 78.14º 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 #A8DC30 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 48 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.14 |
| HSL | 78.14º | 0.71% | 0.53% | - |
| HSV(B) | 78.14º | 0.78% | 0.86% | - |
| XYZ | 42.28 | 59.72 | 12.1 | - |
| YUV | 184.84 | 50.77 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 48 | 0.24 | 0 | 0.78 | 0.14 | 78.14 | 0.71 | 0.53 |
| Hex | A8 | DC | 30 | 18 | 0 | 4E | E | 4E | 47 | 35 |
| Octal | 250 | 334 | 60 | 30 | 0 | 116 | 16 | 116 | 107 | 65 |
| Binary | 10101000 | 11011100 | 110000 | 11000 | 0 | 1001110 | 1110 | 1001110 | 1000111 | 110101 |
Color Harmonies of #A8DC30
Complementary color
Monochromatic Colors of #A8DC30
Black with #A8DC30
Text Example
Text Example
White with #A8DC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DC30; }
p { color: rgb(168,220,48); }
H1.HeaderClassName
{
color: #A8DC30;
}
.AnyTagClassName
{
color: #A8DC30;
}
</style>
background-color css
<style>
a { background-color: #A8DC30; }
a { background-color: rgb(168,220,48); }
div.DivClassName
{
background-color: #A8DC30;
}
.BgClassName
{
background-color: #A8DC30;
}
</style>
border-color css
<style>
span { border-color: #A8DC30; }
span { border-color: rgb(168,220,48); }
td.TdClassName
{
border-color: #A8DC30;
}
.TagClassName
{
border-color: #A8DC30;
}
</style>