Shades of Atlantis #8AE333
Tints of Atlantis #8AE333
RGB
CMYK
RGB Variations
Color information
#8AE333 (or 0x8AE333) is known color: Atlantis. HEX triplet: 8A, E3 and 33. RGB value is (138,227,51). Sum of RGB (Red+Green+Blue) = 138+227+51=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 227 (89.06% from 255 or 54.57% from 416); Blue value is 51 (20.31% from 255 or 12.26% from 416); Max value from RGB is 227 - color contains mainly: green. Hex color #8AE333 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AE333 is #751CCC. Grayscale: #B4B4B4. Windows color (decimal): -7675085 or 3400586. OLE color: 3400586.
HSL color Cylindrical-coordinate representation of color #8AE333: hue angle of 90.34º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8AE333 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 138 | 227 | 51 | - |
| CMYK | 0.39 | 0 | 0.78 | 0.11 |
| HSL | 90.34º | 0.76% | 0.55% | - |
| HSV(B) | 90.34º | 0.78% | 0.89% | - |
| XYZ | 38.55 | 60.58 | 12.79 | - |
| YUV | 180.33 | 55.01 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 227 | 51 | 0.39 | 0 | 0.78 | 0.11 | 90.34 | 0.76 | 0.55 |
| Hex | 8A | E3 | 33 | 27 | 0 | 4E | B | 5A | 4C | 37 |
| Octal | 212 | 343 | 63 | 47 | 0 | 116 | 13 | 132 | 114 | 67 |
| Binary | 10001010 | 11100011 | 110011 | 100111 | 0 | 1001110 | 1011 | 1011010 | 1001100 | 110111 |
Color Harmonies of #8AE333
Complementary color
Monochromatic Colors of #8AE333
Black with #8AE333
Text Example
Text Example
White with #8AE333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE333; }
p { color: rgb(138,227,51); }
H1.HeaderClassName
{
color: #8AE333;
}
.AnyTagClassName
{
color: #8AE333;
}
</style>
background-color css
<style>
a { background-color: #8AE333; }
a { background-color: rgb(138,227,51); }
div.DivClassName
{
background-color: #8AE333;
}
.BgClassName
{
background-color: #8AE333;
}
</style>
border-color css
<style>
span { border-color: #8AE333; }
span { border-color: rgb(138,227,51); }
td.TdClassName
{
border-color: #8AE333;
}
.TagClassName
{
border-color: #8AE333;
}
</style>