Shades of Atlantis #8ADE4A
Tints of Atlantis #8ADE4A
RGB
CMYK
RGB Variations
Color information
#8ADE4A (or 0x8ADE4A) is known color: Atlantis. HEX triplet: 8A, DE and 4A. RGB value is (138,222,74). Sum of RGB (Red+Green+Blue) = 138+222+74=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 222 (87.11% from 255 or 51.15% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADE4A is #7521B5. Grayscale: #B4B4B4. Windows color (decimal): -7676342 or 4906634. OLE color: 4906634.
HSL color Cylindrical-coordinate representation of color #8ADE4A: hue angle of 94.05º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8ADE4A is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 222 | 74 | - |
| CMYK | 0.38 | 0 | 0.67 | 0.13 |
| HSL | 94.05º | 0.69% | 0.58% | - |
| HSV(B) | 94.05º | 0.67% | 0.87% | - |
| XYZ | 37.84 | 58.14 | 15.71 | - |
| YUV | 180.01 | 68.17 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 74 | 0.38 | 0 | 0.67 | 0.13 | 94.05 | 0.69 | 0.58 |
| Hex | 8A | DE | 4A | 26 | 0 | 43 | D | 5E | 45 | 3A |
| Octal | 212 | 336 | 112 | 46 | 0 | 103 | 15 | 136 | 105 | 72 |
| Binary | 10001010 | 11011110 | 1001010 | 100110 | 0 | 1000011 | 1101 | 1011110 | 1000101 | 111010 |
Color Harmonies of #8ADE4A
Complementary color
Monochromatic Colors of #8ADE4A
Black with #8ADE4A
Text Example
Text Example
White with #8ADE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADE4A; }
p { color: rgb(138,222,74); }
H1.HeaderClassName
{
color: #8ADE4A;
}
.AnyTagClassName
{
color: #8ADE4A;
}
</style>
background-color css
<style>
a { background-color: #8ADE4A; }
a { background-color: rgb(138,222,74); }
div.DivClassName
{
background-color: #8ADE4A;
}
.BgClassName
{
background-color: #8ADE4A;
}
</style>
border-color css
<style>
span { border-color: #8ADE4A; }
span { border-color: rgb(138,222,74); }
td.TdClassName
{
border-color: #8ADE4A;
}
.TagClassName
{
border-color: #8ADE4A;
}
</style>