Shades of Atlantis #A8DA31
Tints of Atlantis #A8DA31
RGB
CMYK
RGB Variations
Color information
#A8DA31 (or 0xA8DA31) is known color: Atlantis. HEX triplet: A8, DA and 31. RGB value is (168,218,49). Sum of RGB (Red+Green+Blue) = 168+218+49=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 49 (19.53% from 255 or 11.26% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DA31 is #5725CE. Grayscale: #B8B8B8. Windows color (decimal): -5711311 or 3267240. OLE color: 3267240.
HSL color Cylindrical-coordinate representation of color #A8DA31: hue angle of 77.75º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8DA31 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 49 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.15 |
| HSL | 77.75º | 0.7% | 0.52% | - |
| HSV(B) | 77.75º | 0.78% | 0.85% | - |
| XYZ | 41.77 | 58.69 | 12.03 | - |
| YUV | 183.78 | 51.94 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 49 | 0.23 | 0 | 0.78 | 0.15 | 77.75 | 0.7 | 0.52 |
| Hex | A8 | DA | 31 | 17 | 0 | 4E | F | 4E | 46 | 34 |
| Octal | 250 | 332 | 61 | 27 | 0 | 116 | 17 | 116 | 106 | 64 |
| Binary | 10101000 | 11011010 | 110001 | 10111 | 0 | 1001110 | 1111 | 1001110 | 1000110 | 110100 |
Color Harmonies of #A8DA31
Complementary color
Monochromatic Colors of #A8DA31
Black with #A8DA31
Text Example
Text Example
White with #A8DA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DA31; }
p { color: rgb(168,218,49); }
H1.HeaderClassName
{
color: #A8DA31;
}
.AnyTagClassName
{
color: #A8DA31;
}
</style>
background-color css
<style>
a { background-color: #A8DA31; }
a { background-color: rgb(168,218,49); }
div.DivClassName
{
background-color: #A8DA31;
}
.BgClassName
{
background-color: #A8DA31;
}
</style>
border-color css
<style>
span { border-color: #A8DA31; }
span { border-color: rgb(168,218,49); }
td.TdClassName
{
border-color: #A8DA31;
}
.TagClassName
{
border-color: #A8DA31;
}
</style>