Shades of Atlantis #8ADE34
Tints of Atlantis #8ADE34
RGB
CMYK
RGB Variations
Color information
#8ADE34 (or 0x8ADE34) is known color: Atlantis. HEX triplet: 8A, DE and 34. RGB value is (138,222,52). Sum of RGB (Red+Green+Blue) = 138+222+52=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 222 (87.11% from 255 or 53.88% from 412); Blue value is 52 (20.70% from 255 or 12.62% from 412); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADE34 is #7521CB. Grayscale: #B2B2B2. Windows color (decimal): -7676364 or 3464842. OLE color: 3464842.
HSL color Cylindrical-coordinate representation of color #8ADE34: hue angle of 89.65º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8ADE34 is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 222 | 52 | - |
| CMYK | 0.38 | 0 | 0.77 | 0.13 |
| HSL | 89.65º | 0.72% | 0.54% | - |
| HSV(B) | 89.65º | 0.77% | 0.87% | - |
| XYZ | 37.22 | 57.89 | 12.46 | - |
| YUV | 177.5 | 57.17 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 52 | 0.38 | 0 | 0.77 | 0.13 | 89.65 | 0.72 | 0.54 |
| Hex | 8A | DE | 34 | 26 | 0 | 4D | D | 5A | 48 | 36 |
| Octal | 212 | 336 | 64 | 46 | 0 | 115 | 15 | 132 | 110 | 66 |
| Binary | 10001010 | 11011110 | 110100 | 100110 | 0 | 1001101 | 1101 | 1011010 | 1001000 | 110110 |
Color Harmonies of #8ADE34
Complementary color
Monochromatic Colors of #8ADE34
Black with #8ADE34
Text Example
Text Example
White with #8ADE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADE34; }
p { color: rgb(138,222,52); }
H1.HeaderClassName
{
color: #8ADE34;
}
.AnyTagClassName
{
color: #8ADE34;
}
</style>
background-color css
<style>
a { background-color: #8ADE34; }
a { background-color: rgb(138,222,52); }
div.DivClassName
{
background-color: #8ADE34;
}
.BgClassName
{
background-color: #8ADE34;
}
</style>
border-color css
<style>
span { border-color: #8ADE34; }
span { border-color: rgb(138,222,52); }
td.TdClassName
{
border-color: #8ADE34;
}
.TagClassName
{
border-color: #8ADE34;
}
</style>