Shades of Atlantis #8ADB36
Tints of Atlantis #8ADB36
RGB
CMYK
RGB Variations
Color information
#8ADB36 (or 0x8ADB36) is known color: Atlantis. HEX triplet: 8A, DB and 36. RGB value is (138,219,54). Sum of RGB (Red+Green+Blue) = 138+219+54=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 219 (85.94% from 255 or 53.28% from 411); Blue value is 54 (21.48% from 255 or 13.14% from 411); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADB36 is #7524C9. Grayscale: #B0B0B0. Windows color (decimal): -7677130 or 3595146. OLE color: 3595146.
HSL color Cylindrical-coordinate representation of color #8ADB36: hue angle of 89.45º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8ADB36 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 219 | 54 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.14 |
| HSL | 89.45º | 0.7% | 0.54% | - |
| HSV(B) | 89.45º | 0.75% | 0.86% | - |
| XYZ | 36.48 | 56.33 | 12.44 | - |
| YUV | 175.97 | 59.16 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 219 | 54 | 0.37 | 0 | 0.75 | 0.14 | 89.45 | 0.7 | 0.54 |
| Hex | 8A | DB | 36 | 25 | 0 | 4B | E | 59 | 46 | 36 |
| Octal | 212 | 333 | 66 | 45 | 0 | 113 | 16 | 131 | 106 | 66 |
| Binary | 10001010 | 11011011 | 110110 | 100101 | 0 | 1001011 | 1110 | 1011001 | 1000110 | 110110 |
Color Harmonies of #8ADB36
Complementary color
Monochromatic Colors of #8ADB36
Black with #8ADB36
Text Example
Text Example
White with #8ADB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADB36; }
p { color: rgb(138,219,54); }
H1.HeaderClassName
{
color: #8ADB36;
}
.AnyTagClassName
{
color: #8ADB36;
}
</style>
background-color css
<style>
a { background-color: #8ADB36; }
a { background-color: rgb(138,219,54); }
div.DivClassName
{
background-color: #8ADB36;
}
.BgClassName
{
background-color: #8ADB36;
}
</style>
border-color css
<style>
span { border-color: #8ADB36; }
span { border-color: rgb(138,219,54); }
td.TdClassName
{
border-color: #8ADB36;
}
.TagClassName
{
border-color: #8ADB36;
}
</style>