Shades of Atlantis #8ADB38
Tints of Atlantis #8ADB38
RGB
CMYK
RGB Variations
Color information
#8ADB38 (or 0x8ADB38) is known color: Atlantis. HEX triplet: 8A, DB and 38. RGB value is (138,219,56). Sum of RGB (Red+Green+Blue) = 138+219+56=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 219 (85.94% from 255 or 53.03% from 413); Blue value is 56 (22.27% from 255 or 13.56% from 413); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADB38 is #7524C7. Grayscale: #B0B0B0. Windows color (decimal): -7677128 or 3726218. OLE color: 3726218.
HSL color Cylindrical-coordinate representation of color #8ADB38: hue angle of 89.82º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8ADB38 is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 219 | 56 | - |
| CMYK | 0.37 | 0 | 0.74 | 0.14 |
| HSL | 89.82º | 0.69% | 0.54% | - |
| HSV(B) | 89.82º | 0.74% | 0.86% | - |
| XYZ | 36.53 | 56.35 | 12.69 | - |
| YUV | 176.2 | 60.16 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 219 | 56 | 0.37 | 0 | 0.74 | 0.14 | 89.82 | 0.69 | 0.54 |
| Hex | 8A | DB | 38 | 25 | 0 | 4A | E | 5A | 45 | 36 |
| Octal | 212 | 333 | 70 | 45 | 0 | 112 | 16 | 132 | 105 | 66 |
| Binary | 10001010 | 11011011 | 111000 | 100101 | 0 | 1001010 | 1110 | 1011010 | 1000101 | 110110 |
Color Harmonies of #8ADB38
Complementary color
Monochromatic Colors of #8ADB38
Black with #8ADB38
Text Example
Text Example
White with #8ADB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADB38; }
p { color: rgb(138,219,56); }
H1.HeaderClassName
{
color: #8ADB38;
}
.AnyTagClassName
{
color: #8ADB38;
}
</style>
background-color css
<style>
a { background-color: #8ADB38; }
a { background-color: rgb(138,219,56); }
div.DivClassName
{
background-color: #8ADB38;
}
.BgClassName
{
background-color: #8ADB38;
}
</style>
border-color css
<style>
span { border-color: #8ADB38; }
span { border-color: rgb(138,219,56); }
td.TdClassName
{
border-color: #8ADB38;
}
.TagClassName
{
border-color: #8ADB38;
}
</style>