Shades of Atlantis #8DEA34
Tints of Atlantis #8DEA34
RGB
CMYK
RGB Variations
Color information
#8DEA34 (or 0x8DEA34) is known color: Atlantis. HEX triplet: 8D, EA and 34. RGB value is (141,234,52). Sum of RGB (Red+Green+Blue) = 141+234+52=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 234 (91.80% from 255 or 54.80% from 427); Blue value is 52 (20.70% from 255 or 12.18% from 427); Max value from RGB is 234 - color contains mainly: green. Hex color #8DEA34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DEA34 is #7215CB. Grayscale: #BABABA. Windows color (decimal): -7476684 or 3467917. OLE color: 3467917.
HSL color Cylindrical-coordinate representation of color #8DEA34: hue angle of 90.66º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8DEA34 is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 234 | 52 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.08 |
| HSL | 90.66º | 0.81% | 0.56% | - |
| HSV(B) | 90.66º | 0.78% | 0.92% | - |
| XYZ | 41.03 | 64.76 | 13.59 | - |
| YUV | 185.45 | 52.69 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 234 | 52 | 0.40 | 0 | 0.78 | 0.08 | 90.66 | 0.81 | 0.56 |
| Hex | 8D | EA | 34 | 28 | 0 | 4E | 8 | 5B | 51 | 38 |
| Octal | 215 | 352 | 64 | 50 | 0 | 116 | 10 | 133 | 121 | 70 |
| Binary | 10001101 | 11101010 | 110100 | 101000 | 0 | 1001110 | 1000 | 1011011 | 1010001 | 111000 |
Color Harmonies of #8DEA34
Complementary color
Monochromatic Colors of #8DEA34
Black with #8DEA34
Text Example
Text Example
White with #8DEA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEA34; }
p { color: rgb(141,234,52); }
H1.HeaderClassName
{
color: #8DEA34;
}
.AnyTagClassName
{
color: #8DEA34;
}
</style>
background-color css
<style>
a { background-color: #8DEA34; }
a { background-color: rgb(141,234,52); }
div.DivClassName
{
background-color: #8DEA34;
}
.BgClassName
{
background-color: #8DEA34;
}
</style>
border-color css
<style>
span { border-color: #8DEA34; }
span { border-color: rgb(141,234,52); }
td.TdClassName
{
border-color: #8DEA34;
}
.TagClassName
{
border-color: #8DEA34;
}
</style>