Shades of Atlantis #8AEC4F
Tints of Atlantis #8AEC4F
RGB
CMYK
RGB Variations
Color information
#8AEC4F (or 0x8AEC4F) is known color: Atlantis. HEX triplet: 8A, EC and 4F. RGB value is (138,236,79). Sum of RGB (Red+Green+Blue) = 138+236+79=453 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.46% from 453); Green value is 236 (92.58% from 255 or 52.10% from 453); Blue value is 79 (31.25% from 255 or 17.44% from 453); Max value from RGB is 236 - color contains mainly: green. Hex color #8AEC4F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AEC4F is #7513B0. Grayscale: #BDBDBD. Windows color (decimal): -7672753 or 5237898. OLE color: 5237898.
HSL color Cylindrical-coordinate representation of color #8AEC4F: hue angle of 97.45º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8AEC4F is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 236 | 79 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.07 |
| HSL | 97.45º | 0.81% | 0.62% | - |
| HSV(B) | 97.45º | 0.67% | 0.93% | - |
| XYZ | 41.89 | 65.96 | 17.92 | - |
| YUV | 188.8 | 66.03 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 236 | 79 | 0.42 | 0 | 0.67 | 0.07 | 97.45 | 0.81 | 0.62 |
| Hex | 8A | EC | 4F | 2A | 0 | 43 | 7 | 61 | 51 | 3E |
| Octal | 212 | 354 | 117 | 52 | 0 | 103 | 7 | 141 | 121 | 76 |
| Binary | 10001010 | 11101100 | 1001111 | 101010 | 0 | 1000011 | 111 | 1100001 | 1010001 | 111110 |
Color Harmonies of #8AEC4F
Complementary color
Monochromatic Colors of #8AEC4F
Black with #8AEC4F
Text Example
Text Example
White with #8AEC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEC4F; }
p { color: rgb(138,236,79); }
H1.HeaderClassName
{
color: #8AEC4F;
}
.AnyTagClassName
{
color: #8AEC4F;
}
</style>
background-color css
<style>
a { background-color: #8AEC4F; }
a { background-color: rgb(138,236,79); }
div.DivClassName
{
background-color: #8AEC4F;
}
.BgClassName
{
background-color: #8AEC4F;
}
</style>
border-color css
<style>
span { border-color: #8AEC4F; }
span { border-color: rgb(138,236,79); }
td.TdClassName
{
border-color: #8AEC4F;
}
.TagClassName
{
border-color: #8AEC4F;
}
</style>