Shades of Atlantis #8AEC32
Tints of Atlantis #8AEC32
RGB
CMYK
RGB Variations
Color information
#8AEC32 (or 0x8AEC32) is known color: Atlantis. HEX triplet: 8A, EC and 32. RGB value is (138,236,50). Sum of RGB (Red+Green+Blue) = 138+236+50=424 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.55% from 424); Green value is 236 (92.58% from 255 or 55.66% from 424); Blue value is 50 (19.92% from 255 or 11.79% from 424); Max value from RGB is 236 - color contains mainly: green. Hex color #8AEC32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AEC32 is #7513CD. Grayscale: #BABABA. Windows color (decimal): -7672782 or 3337354. OLE color: 3337354.
HSL color Cylindrical-coordinate representation of color #8AEC32: hue angle of 91.61º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8AEC32 is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 236 | 50 | - |
| CMYK | 0.42 | 0 | 0.79 | 0.07 |
| HSL | 91.61º | 0.83% | 0.56% | - |
| HSV(B) | 91.61º | 0.79% | 0.93% | - |
| XYZ | 41.05 | 65.62 | 13.52 | - |
| YUV | 185.49 | 51.53 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 236 | 50 | 0.42 | 0 | 0.79 | 0.07 | 91.61 | 0.83 | 0.56 |
| Hex | 8A | EC | 32 | 2A | 0 | 4F | 7 | 5C | 53 | 38 |
| Octal | 212 | 354 | 62 | 52 | 0 | 117 | 7 | 134 | 123 | 70 |
| Binary | 10001010 | 11101100 | 110010 | 101010 | 0 | 1001111 | 111 | 1011100 | 1010011 | 111000 |
Color Harmonies of #8AEC32
Complementary color
Monochromatic Colors of #8AEC32
Black with #8AEC32
Text Example
Text Example
White with #8AEC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEC32; }
p { color: rgb(138,236,50); }
H1.HeaderClassName
{
color: #8AEC32;
}
.AnyTagClassName
{
color: #8AEC32;
}
</style>
background-color css
<style>
a { background-color: #8AEC32; }
a { background-color: rgb(138,236,50); }
div.DivClassName
{
background-color: #8AEC32;
}
.BgClassName
{
background-color: #8AEC32;
}
</style>
border-color css
<style>
span { border-color: #8AEC32; }
span { border-color: rgb(138,236,50); }
td.TdClassName
{
border-color: #8AEC32;
}
.TagClassName
{
border-color: #8AEC32;
}
</style>