Shades of Atlantis #8AE23D
Tints of Atlantis #8AE23D
RGB
CMYK
RGB Variations
Color information
#8AE23D (or 0x8AE23D) is known color: Atlantis. HEX triplet: 8A, E2 and 3D. RGB value is (138,226,61). Sum of RGB (Red+Green+Blue) = 138+226+61=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 226 (88.67% from 255 or 53.18% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 226 - color contains mainly: green. Hex color #8AE23D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AE23D is #751DC2. Grayscale: #B5B5B5. Windows color (decimal): -7675331 or 4055690. OLE color: 4055690.
HSL color Cylindrical-coordinate representation of color #8AE23D: hue angle of 92º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8AE23D is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 138 | 226 | 61 | - |
| CMYK | 0.39 | 0 | 0.73 | 0.11 |
| HSL | 92º | 0.74% | 0.56% | - |
| HSV(B) | 92º | 0.73% | 0.89% | - |
| XYZ | 38.52 | 60.13 | 13.99 | - |
| YUV | 180.88 | 60.35 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 226 | 61 | 0.39 | 0 | 0.73 | 0.11 | 92 | 0.74 | 0.56 |
| Hex | 8A | E2 | 3D | 27 | 0 | 49 | B | 5C | 4A | 38 |
| Octal | 212 | 342 | 75 | 47 | 0 | 111 | 13 | 134 | 112 | 70 |
| Binary | 10001010 | 11100010 | 111101 | 100111 | 0 | 1001001 | 1011 | 1011100 | 1001010 | 111000 |
Color Harmonies of #8AE23D
Complementary color
Monochromatic Colors of #8AE23D
Black with #8AE23D
Text Example
Text Example
White with #8AE23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE23D; }
p { color: rgb(138,226,61); }
H1.HeaderClassName
{
color: #8AE23D;
}
.AnyTagClassName
{
color: #8AE23D;
}
</style>
background-color css
<style>
a { background-color: #8AE23D; }
a { background-color: rgb(138,226,61); }
div.DivClassName
{
background-color: #8AE23D;
}
.BgClassName
{
background-color: #8AE23D;
}
</style>
border-color css
<style>
span { border-color: #8AE23D; }
span { border-color: rgb(138,226,61); }
td.TdClassName
{
border-color: #8AE23D;
}
.TagClassName
{
border-color: #8AE23D;
}
</style>