Shades of Atlantis #8AEF3E
Tints of Atlantis #8AEF3E
RGB
CMYK
RGB Variations
Color information
#8AEF3E (or 0x8AEF3E) is known color: Atlantis. HEX triplet: 8A, EF and 3E. RGB value is (138,239,62). Sum of RGB (Red+Green+Blue) = 138+239+62=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 239 (93.75% from 255 or 54.44% from 439); Blue value is 62 (24.61% from 255 or 14.12% from 439); Max value from RGB is 239 - color contains mainly: green. Hex color #8AEF3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AEF3E is #7510C1. Grayscale: #BDBDBD. Windows color (decimal): -7672002 or 4124554. OLE color: 4124554.
HSL color Cylindrical-coordinate representation of color #8AEF3E: hue angle of 94.24º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8AEF3E is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 239 | 62 | - |
| CMYK | 0.42 | 0 | 0.74 | 0.06 |
| HSL | 94.24º | 0.85% | 0.59% | - |
| HSV(B) | 94.24º | 0.74% | 0.94% | - |
| XYZ | 42.22 | 67.48 | 15.36 | - |
| YUV | 188.62 | 56.54 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 239 | 62 | 0.42 | 0 | 0.74 | 0.06 | 94.24 | 0.85 | 0.59 |
| Hex | 8A | EF | 3E | 2A | 0 | 4A | 6 | 5E | 55 | 3B |
| Octal | 212 | 357 | 76 | 52 | 0 | 112 | 6 | 136 | 125 | 73 |
| Binary | 10001010 | 11101111 | 111110 | 101010 | 0 | 1001010 | 110 | 1011110 | 1010101 | 111011 |
Color Harmonies of #8AEF3E
Complementary color
Monochromatic Colors of #8AEF3E
Black with #8AEF3E
Text Example
Text Example
White with #8AEF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEF3E; }
p { color: rgb(138,239,62); }
H1.HeaderClassName
{
color: #8AEF3E;
}
.AnyTagClassName
{
color: #8AEF3E;
}
</style>
background-color css
<style>
a { background-color: #8AEF3E; }
a { background-color: rgb(138,239,62); }
div.DivClassName
{
background-color: #8AEF3E;
}
.BgClassName
{
background-color: #8AEF3E;
}
</style>
border-color css
<style>
span { border-color: #8AEF3E; }
span { border-color: rgb(138,239,62); }
td.TdClassName
{
border-color: #8AEF3E;
}
.TagClassName
{
border-color: #8AEF3E;
}
</style>