Shades of Atlantis #A8DE31
Tints of Atlantis #A8DE31
RGB
CMYK
RGB Variations
Color information
#A8DE31 (or 0xA8DE31) is known color: Atlantis. HEX triplet: A8, DE and 31. RGB value is (168,222,49). Sum of RGB (Red+Green+Blue) = 168+222+49=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 222 (87.11% from 255 or 50.57% from 439); Blue value is 49 (19.53% from 255 or 11.16% from 439); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DE31 is #5721CE. Grayscale: #BABABA. Windows color (decimal): -5710287 or 3268264. OLE color: 3268264.
HSL color Cylindrical-coordinate representation of color #A8DE31: hue angle of 78.73º 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 #A8DE31 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 49 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.13 |
| HSL | 78.73º | 0.72% | 0.53% | - |
| HSV(B) | 78.73º | 0.78% | 0.87% | - |
| XYZ | 42.82 | 60.79 | 12.38 | - |
| YUV | 186.13 | 50.61 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 49 | 0.24 | 0 | 0.78 | 0.13 | 78.73 | 0.72 | 0.53 |
| Hex | A8 | DE | 31 | 18 | 0 | 4E | D | 4F | 48 | 35 |
| Octal | 250 | 336 | 61 | 30 | 0 | 116 | 15 | 117 | 110 | 65 |
| Binary | 10101000 | 11011110 | 110001 | 11000 | 0 | 1001110 | 1101 | 1001111 | 1001000 | 110101 |
Color Harmonies of #A8DE31
Complementary color
Monochromatic Colors of #A8DE31
Black with #A8DE31
Text Example
Text Example
White with #A8DE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DE31; }
p { color: rgb(168,222,49); }
H1.HeaderClassName
{
color: #A8DE31;
}
.AnyTagClassName
{
color: #A8DE31;
}
</style>
background-color css
<style>
a { background-color: #A8DE31; }
a { background-color: rgb(168,222,49); }
div.DivClassName
{
background-color: #A8DE31;
}
.BgClassName
{
background-color: #A8DE31;
}
</style>
border-color css
<style>
span { border-color: #A8DE31; }
span { border-color: rgb(168,222,49); }
td.TdClassName
{
border-color: #A8DE31;
}
.TagClassName
{
border-color: #A8DE31;
}
</style>