Shades of Atlantis #8CE534
Tints of Atlantis #8CE534
RGB
CMYK
RGB Variations
Color information
#8CE534 (or 0x8CE534) is known color: Atlantis. HEX triplet: 8C, E5 and 34. RGB value is (140,229,52). Sum of RGB (Red+Green+Blue) = 140+229+52=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 229 (89.84% from 255 or 54.39% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 229 - color contains mainly: green. Hex color #8CE534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CE534 is #731ACB. Grayscale: #B6B6B6. Windows color (decimal): -7543500 or 3466636. OLE color: 3466636.
HSL color Cylindrical-coordinate representation of color #8CE534: hue angle of 90.17º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8CE534 is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 140 | 229 | 52 | - |
| CMYK | 0.39 | 0 | 0.77 | 0.10 |
| HSL | 90.17º | 0.77% | 0.55% | - |
| HSV(B) | 90.17º | 0.77% | 0.9% | - |
| XYZ | 39.45 | 61.86 | 13.11 | - |
| YUV | 182.21 | 54.51 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 229 | 52 | 0.39 | 0 | 0.77 | 0.10 | 90.17 | 0.77 | 0.55 |
| Hex | 8C | E5 | 34 | 27 | 0 | 4D | A | 5A | 4D | 37 |
| Octal | 214 | 345 | 64 | 47 | 0 | 115 | 12 | 132 | 115 | 67 |
| Binary | 10001100 | 11100101 | 110100 | 100111 | 0 | 1001101 | 1010 | 1011010 | 1001101 | 110111 |
Color Harmonies of #8CE534
Complementary color
Monochromatic Colors of #8CE534
Black with #8CE534
Text Example
Text Example
White with #8CE534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE534; }
p { color: rgb(140,229,52); }
H1.HeaderClassName
{
color: #8CE534;
}
.AnyTagClassName
{
color: #8CE534;
}
</style>
background-color css
<style>
a { background-color: #8CE534; }
a { background-color: rgb(140,229,52); }
div.DivClassName
{
background-color: #8CE534;
}
.BgClassName
{
background-color: #8CE534;
}
</style>
border-color css
<style>
span { border-color: #8CE534; }
span { border-color: rgb(140,229,52); }
td.TdClassName
{
border-color: #8CE534;
}
.TagClassName
{
border-color: #8CE534;
}
</style>