Shades of Atlantis #8ADE43
Tints of Atlantis #8ADE43
RGB
CMYK
RGB Variations
Color information
#8ADE43 (or 0x8ADE43) is known color: Atlantis. HEX triplet: 8A, DE and 43. RGB value is (138,222,67). Sum of RGB (Red+Green+Blue) = 138+222+67=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 222 (87.11% from 255 or 51.99% from 427); Blue value is 67 (26.56% from 255 or 15.69% from 427); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADE43 is #7521BC. Grayscale: #B3B3B3. Windows color (decimal): -7676349 or 4447882. OLE color: 4447882.
HSL color Cylindrical-coordinate representation of color #8ADE43: hue angle of 92.52º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8ADE43 is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 222 | 67 | - |
| CMYK | 0.38 | 0 | 0.70 | 0.13 |
| HSL | 92.52º | 0.7% | 0.57% | - |
| HSV(B) | 92.52º | 0.7% | 0.87% | - |
| XYZ | 37.62 | 58.05 | 14.53 | - |
| YUV | 179.21 | 64.67 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 67 | 0.38 | 0 | 0.70 | 0.13 | 92.52 | 0.7 | 0.57 |
| Hex | 8A | DE | 43 | 26 | 0 | 46 | D | 5D | 46 | 39 |
| Octal | 212 | 336 | 103 | 46 | 0 | 106 | 15 | 135 | 106 | 71 |
| Binary | 10001010 | 11011110 | 1000011 | 100110 | 0 | 1000110 | 1101 | 1011101 | 1000110 | 111001 |
Color Harmonies of #8ADE43
Complementary color
Monochromatic Colors of #8ADE43
Black with #8ADE43
Text Example
Text Example
White with #8ADE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADE43; }
p { color: rgb(138,222,67); }
H1.HeaderClassName
{
color: #8ADE43;
}
.AnyTagClassName
{
color: #8ADE43;
}
</style>
background-color css
<style>
a { background-color: #8ADE43; }
a { background-color: rgb(138,222,67); }
div.DivClassName
{
background-color: #8ADE43;
}
.BgClassName
{
background-color: #8ADE43;
}
</style>
border-color css
<style>
span { border-color: #8ADE43; }
span { border-color: rgb(138,222,67); }
td.TdClassName
{
border-color: #8ADE43;
}
.TagClassName
{
border-color: #8ADE43;
}
</style>