Shades of Atlantis #A8DA36
Tints of Atlantis #A8DA36
RGB
CMYK
RGB Variations
Color information
#A8DA36 (or 0xA8DA36) is known color: Atlantis. HEX triplet: A8, DA and 36. RGB value is (168,218,54). Sum of RGB (Red+Green+Blue) = 168+218+54=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 54 (21.48% from 255 or 12.27% from 440); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DA36 is #5725C9. Grayscale: #B8B8B8. Windows color (decimal): -5711306 or 3594920. OLE color: 3594920.
HSL color Cylindrical-coordinate representation of color #A8DA36: hue angle of 78.29º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8DA36 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 54 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.15 |
| HSL | 78.29º | 0.69% | 0.53% | - |
| HSV(B) | 78.29º | 0.75% | 0.85% | - |
| XYZ | 41.89 | 58.73 | 12.62 | - |
| YUV | 184.35 | 54.44 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 54 | 0.23 | 0 | 0.75 | 0.15 | 78.29 | 0.69 | 0.53 |
| Hex | A8 | DA | 36 | 17 | 0 | 4B | F | 4E | 45 | 35 |
| Octal | 250 | 332 | 66 | 27 | 0 | 113 | 17 | 116 | 105 | 65 |
| Binary | 10101000 | 11011010 | 110110 | 10111 | 0 | 1001011 | 1111 | 1001110 | 1000101 | 110101 |
Color Harmonies of #A8DA36
Complementary color
Monochromatic Colors of #A8DA36
Black with #A8DA36
Text Example
Text Example
White with #A8DA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DA36; }
p { color: rgb(168,218,54); }
H1.HeaderClassName
{
color: #A8DA36;
}
.AnyTagClassName
{
color: #A8DA36;
}
</style>
background-color css
<style>
a { background-color: #A8DA36; }
a { background-color: rgb(168,218,54); }
div.DivClassName
{
background-color: #A8DA36;
}
.BgClassName
{
background-color: #A8DA36;
}
</style>
border-color css
<style>
span { border-color: #A8DA36; }
span { border-color: rgb(168,218,54); }
td.TdClassName
{
border-color: #A8DA36;
}
.TagClassName
{
border-color: #A8DA36;
}
</style>