Shades of Atlantis #8AEC3C
Tints of Atlantis #8AEC3C
RGB
CMYK
RGB Variations
Color information
#8AEC3C (or 0x8AEC3C) is known color: Atlantis. HEX triplet: 8A, EC and 3C. RGB value is (138,236,60). Sum of RGB (Red+Green+Blue) = 138+236+60=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 236 (92.58% from 255 or 54.38% from 434); Blue value is 60 (23.83% from 255 or 13.82% from 434); Max value from RGB is 236 - color contains mainly: green. Hex color #8AEC3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AEC3C is #7513C3. Grayscale: #BBBBBB. Windows color (decimal): -7672772 or 3992714. OLE color: 3992714.
HSL color Cylindrical-coordinate representation of color #8AEC3C: hue angle of 93.41º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8AEC3C is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 236 | 60 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.07 |
| HSL | 93.41º | 0.82% | 0.58% | - |
| HSV(B) | 93.41º | 0.75% | 0.93% | - |
| XYZ | 41.29 | 65.72 | 14.78 | - |
| YUV | 186.63 | 56.53 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 236 | 60 | 0.42 | 0 | 0.75 | 0.07 | 93.41 | 0.82 | 0.58 |
| Hex | 8A | EC | 3C | 2A | 0 | 4B | 7 | 5D | 52 | 3A |
| Octal | 212 | 354 | 74 | 52 | 0 | 113 | 7 | 135 | 122 | 72 |
| Binary | 10001010 | 11101100 | 111100 | 101010 | 0 | 1001011 | 111 | 1011101 | 1010010 | 111010 |
Color Harmonies of #8AEC3C
Complementary color
Monochromatic Colors of #8AEC3C
Black with #8AEC3C
Text Example
Text Example
White with #8AEC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEC3C; }
p { color: rgb(138,236,60); }
H1.HeaderClassName
{
color: #8AEC3C;
}
.AnyTagClassName
{
color: #8AEC3C;
}
</style>
background-color css
<style>
a { background-color: #8AEC3C; }
a { background-color: rgb(138,236,60); }
div.DivClassName
{
background-color: #8AEC3C;
}
.BgClassName
{
background-color: #8AEC3C;
}
</style>
border-color css
<style>
span { border-color: #8AEC3C; }
span { border-color: rgb(138,236,60); }
td.TdClassName
{
border-color: #8AEC3C;
}
.TagClassName
{
border-color: #8AEC3C;
}
</style>