Shades of Atlantis #A8DD31
Tints of Atlantis #A8DD31
RGB
CMYK
RGB Variations
Color information
#A8DD31 (or 0xA8DD31) is known color: Atlantis. HEX triplet: A8, DD and 31. RGB value is (168,221,49). Sum of RGB (Red+Green+Blue) = 168+221+49=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 49 (19.53% from 255 or 11.19% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DD31 is #5722CE. Grayscale: #BABABA. Windows color (decimal): -5710543 or 3268008. OLE color: 3268008.
HSL color Cylindrical-coordinate representation of color #A8DD31: hue angle of 78.49º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8DD31 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 49 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.13 |
| HSL | 78.49º | 0.72% | 0.53% | - |
| HSV(B) | 78.49º | 0.78% | 0.87% | - |
| XYZ | 42.56 | 60.26 | 12.29 | - |
| YUV | 185.55 | 50.94 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 49 | 0.24 | 0 | 0.78 | 0.13 | 78.49 | 0.72 | 0.53 |
| Hex | A8 | DD | 31 | 18 | 0 | 4E | D | 4E | 48 | 35 |
| Octal | 250 | 335 | 61 | 30 | 0 | 116 | 15 | 116 | 110 | 65 |
| Binary | 10101000 | 11011101 | 110001 | 11000 | 0 | 1001110 | 1101 | 1001110 | 1001000 | 110101 |
Color Harmonies of #A8DD31
Complementary color
Monochromatic Colors of #A8DD31
Black with #A8DD31
Text Example
Text Example
White with #A8DD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DD31; }
p { color: rgb(168,221,49); }
H1.HeaderClassName
{
color: #A8DD31;
}
.AnyTagClassName
{
color: #A8DD31;
}
</style>
background-color css
<style>
a { background-color: #A8DD31; }
a { background-color: rgb(168,221,49); }
div.DivClassName
{
background-color: #A8DD31;
}
.BgClassName
{
background-color: #A8DD31;
}
</style>
border-color css
<style>
span { border-color: #A8DD31; }
span { border-color: rgb(168,221,49); }
td.TdClassName
{
border-color: #A8DD31;
}
.TagClassName
{
border-color: #A8DD31;
}
</style>