Shades of Atlantis #A8DC33
Tints of Atlantis #A8DC33
RGB
CMYK
RGB Variations
Color information
#A8DC33 (or 0xA8DC33) is known color: Atlantis. HEX triplet: A8, DC and 33. RGB value is (168,220,51). Sum of RGB (Red+Green+Blue) = 168+220+51=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 51 (20.31% from 255 or 11.62% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DC33 is #5723CC. Grayscale: #B9B9B9. Windows color (decimal): -5710797 or 3398824. OLE color: 3398824.
HSL color Cylindrical-coordinate representation of color #A8DC33: hue angle of 78.46º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A8DC33 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 51 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.14 |
| HSL | 78.46º | 0.71% | 0.53% | - |
| HSV(B) | 78.46º | 0.77% | 0.86% | - |
| XYZ | 42.34 | 59.75 | 12.43 | - |
| YUV | 185.19 | 52.27 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 51 | 0.24 | 0 | 0.77 | 0.14 | 78.46 | 0.71 | 0.53 |
| Hex | A8 | DC | 33 | 18 | 0 | 4D | E | 4E | 47 | 35 |
| Octal | 250 | 334 | 63 | 30 | 0 | 115 | 16 | 116 | 107 | 65 |
| Binary | 10101000 | 11011100 | 110011 | 11000 | 0 | 1001101 | 1110 | 1001110 | 1000111 | 110101 |
Color Harmonies of #A8DC33
Complementary color
Monochromatic Colors of #A8DC33
Black with #A8DC33
Text Example
Text Example
White with #A8DC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DC33; }
p { color: rgb(168,220,51); }
H1.HeaderClassName
{
color: #A8DC33;
}
.AnyTagClassName
{
color: #A8DC33;
}
</style>
background-color css
<style>
a { background-color: #A8DC33; }
a { background-color: rgb(168,220,51); }
div.DivClassName
{
background-color: #A8DC33;
}
.BgClassName
{
background-color: #A8DC33;
}
</style>
border-color css
<style>
span { border-color: #A8DC33; }
span { border-color: rgb(168,220,51); }
td.TdClassName
{
border-color: #A8DC33;
}
.TagClassName
{
border-color: #A8DC33;
}
</style>