Shades of Atlantis #8ADE48
Tints of Atlantis #8ADE48
RGB
CMYK
RGB Variations
Color information
#8ADE48 (or 0x8ADE48) is known color: Atlantis. HEX triplet: 8A, DE and 48. RGB value is (138,222,72). Sum of RGB (Red+Green+Blue) = 138+222+72=432 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.94% from 432); Green value is 222 (87.11% from 255 or 51.39% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADE48 is #7521B7. Grayscale: #B4B4B4. Windows color (decimal): -7676344 or 4775562. OLE color: 4775562.
HSL color Cylindrical-coordinate representation of color #8ADE48: hue angle of 93.6º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8ADE48 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 222 | 72 | - |
| CMYK | 0.38 | 0 | 0.68 | 0.13 |
| HSL | 93.6º | 0.69% | 0.58% | - |
| HSV(B) | 93.6º | 0.68% | 0.87% | - |
| XYZ | 37.77 | 58.11 | 15.36 | - |
| YUV | 179.78 | 67.17 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 72 | 0.38 | 0 | 0.68 | 0.13 | 93.6 | 0.69 | 0.58 |
| Hex | 8A | DE | 48 | 26 | 0 | 44 | D | 5E | 45 | 3A |
| Octal | 212 | 336 | 110 | 46 | 0 | 104 | 15 | 136 | 105 | 72 |
| Binary | 10001010 | 11011110 | 1001000 | 100110 | 0 | 1000100 | 1101 | 1011110 | 1000101 | 111010 |
Color Harmonies of #8ADE48
Complementary color
Monochromatic Colors of #8ADE48
Black with #8ADE48
Text Example
Text Example
White with #8ADE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADE48; }
p { color: rgb(138,222,72); }
H1.HeaderClassName
{
color: #8ADE48;
}
.AnyTagClassName
{
color: #8ADE48;
}
</style>
background-color css
<style>
a { background-color: #8ADE48; }
a { background-color: rgb(138,222,72); }
div.DivClassName
{
background-color: #8ADE48;
}
.BgClassName
{
background-color: #8ADE48;
}
</style>
border-color css
<style>
span { border-color: #8ADE48; }
span { border-color: rgb(138,222,72); }
td.TdClassName
{
border-color: #8ADE48;
}
.TagClassName
{
border-color: #8ADE48;
}
</style>