Shades of Atlantis #8AE235
Tints of Atlantis #8AE235
RGB
CMYK
RGB Variations
Color information
#8AE235 (or 0x8AE235) is known color: Atlantis. HEX triplet: 8A, E2 and 35. RGB value is (138,226,53). Sum of RGB (Red+Green+Blue) = 138+226+53=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 226 (88.67% from 255 or 54.20% from 417); Blue value is 53 (21.09% from 255 or 12.71% from 417); Max value from RGB is 226 - color contains mainly: green. Hex color #8AE235 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AE235 is #751DCA. Grayscale: #B4B4B4. Windows color (decimal): -7675339 or 3531402. OLE color: 3531402.
HSL color Cylindrical-coordinate representation of color #8AE235: hue angle of 90.52º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8AE235 is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 138 | 226 | 53 | - |
| CMYK | 0.39 | 0 | 0.77 | 0.11 |
| HSL | 90.52º | 0.75% | 0.55% | - |
| HSV(B) | 90.52º | 0.77% | 0.89% | - |
| XYZ | 38.32 | 60.05 | 12.94 | - |
| YUV | 179.97 | 56.35 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 226 | 53 | 0.39 | 0 | 0.77 | 0.11 | 90.52 | 0.75 | 0.55 |
| Hex | 8A | E2 | 35 | 27 | 0 | 4D | B | 5B | 4B | 37 |
| Octal | 212 | 342 | 65 | 47 | 0 | 115 | 13 | 133 | 113 | 67 |
| Binary | 10001010 | 11100010 | 110101 | 100111 | 0 | 1001101 | 1011 | 1011011 | 1001011 | 110111 |
Color Harmonies of #8AE235
Complementary color
Monochromatic Colors of #8AE235
Black with #8AE235
Text Example
Text Example
White with #8AE235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE235; }
p { color: rgb(138,226,53); }
H1.HeaderClassName
{
color: #8AE235;
}
.AnyTagClassName
{
color: #8AE235;
}
</style>
background-color css
<style>
a { background-color: #8AE235; }
a { background-color: rgb(138,226,53); }
div.DivClassName
{
background-color: #8AE235;
}
.BgClassName
{
background-color: #8AE235;
}
</style>
border-color css
<style>
span { border-color: #8AE235; }
span { border-color: rgb(138,226,53); }
td.TdClassName
{
border-color: #8AE235;
}
.TagClassName
{
border-color: #8AE235;
}
</style>