Shades of Atlantis #8EEA30
Tints of Atlantis #8EEA30
RGB
CMYK
RGB Variations
Color information
#8EEA30 (or 0x8EEA30) is known color: Atlantis. HEX triplet: 8E, EA and 30. RGB value is (142,234,48). Sum of RGB (Red+Green+Blue) = 142+234+48=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 234 (91.80% from 255 or 55.19% from 424); Blue value is 48 (19.14% from 255 or 11.32% from 424); Max value from RGB is 234 - color contains mainly: green. Hex color #8EEA30 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EEA30 is #7115CF. Grayscale: #B9B9B9. Windows color (decimal): -7411152 or 3205774. OLE color: 3205774.
HSL color Cylindrical-coordinate representation of color #8EEA30: hue angle of 89.68º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8EEA30 is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 142 | 234 | 48 | - |
| CMYK | 0.39 | 0 | 0.79 | 0.08 |
| HSL | 89.68º | 0.82% | 0.55% | - |
| HSV(B) | 89.68º | 0.79% | 0.92% | - |
| XYZ | 41.11 | 64.81 | 13.14 | - |
| YUV | 185.29 | 50.52 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 234 | 48 | 0.39 | 0 | 0.79 | 0.08 | 89.68 | 0.82 | 0.55 |
| Hex | 8E | EA | 30 | 27 | 0 | 4F | 8 | 5A | 52 | 37 |
| Octal | 216 | 352 | 60 | 47 | 0 | 117 | 10 | 132 | 122 | 67 |
| Binary | 10001110 | 11101010 | 110000 | 100111 | 0 | 1001111 | 1000 | 1011010 | 1010010 | 110111 |
Color Harmonies of #8EEA30
Complementary color
Monochromatic Colors of #8EEA30
Black with #8EEA30
Text Example
Text Example
White with #8EEA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEA30; }
p { color: rgb(142,234,48); }
H1.HeaderClassName
{
color: #8EEA30;
}
.AnyTagClassName
{
color: #8EEA30;
}
</style>
background-color css
<style>
a { background-color: #8EEA30; }
a { background-color: rgb(142,234,48); }
div.DivClassName
{
background-color: #8EEA30;
}
.BgClassName
{
background-color: #8EEA30;
}
</style>
border-color css
<style>
span { border-color: #8EEA30; }
span { border-color: rgb(142,234,48); }
td.TdClassName
{
border-color: #8EEA30;
}
.TagClassName
{
border-color: #8EEA30;
}
</style>