Shades of Atlantis #86E54A
Tints of Atlantis #86E54A
RGB
CMYK
RGB Variations
Color information
#86E54A (or 0x86E54A) is known color: Atlantis. HEX triplet: 86, E5 and 4A. RGB value is (134,229,74). Sum of RGB (Red+Green+Blue) = 134+229+74=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 229 (89.84% from 255 or 52.40% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 229 - color contains mainly: green. Hex color #86E54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86E54A is #791AB5. Grayscale: #B7B7B7. Windows color (decimal): -7936694 or 4908422. OLE color: 4908422.
HSL color Cylindrical-coordinate representation of color #86E54A: hue angle of 96.77º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #86E54A is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 229 | 74 | - |
| CMYK | 0.41 | 0 | 0.68 | 0.10 |
| HSL | 96.77º | 0.75% | 0.59% | - |
| HSV(B) | 96.77º | 0.68% | 0.9% | - |
| XYZ | 39.09 | 61.6 | 16.31 | - |
| YUV | 182.93 | 66.53 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 229 | 74 | 0.41 | 0 | 0.68 | 0.10 | 96.77 | 0.75 | 0.59 |
| Hex | 86 | E5 | 4A | 29 | 0 | 44 | A | 61 | 4B | 3B |
| Octal | 206 | 345 | 112 | 51 | 0 | 104 | 12 | 141 | 113 | 73 |
| Binary | 10000110 | 11100101 | 1001010 | 101001 | 0 | 1000100 | 1010 | 1100001 | 1001011 | 111011 |
Color Harmonies of #86E54A
Complementary color
Monochromatic Colors of #86E54A
Black with #86E54A
Text Example
Text Example
White with #86E54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E54A; }
p { color: rgb(134,229,74); }
H1.HeaderClassName
{
color: #86E54A;
}
.AnyTagClassName
{
color: #86E54A;
}
</style>
background-color css
<style>
a { background-color: #86E54A; }
a { background-color: rgb(134,229,74); }
div.DivClassName
{
background-color: #86E54A;
}
.BgClassName
{
background-color: #86E54A;
}
</style>
border-color css
<style>
span { border-color: #86E54A; }
span { border-color: rgb(134,229,74); }
td.TdClassName
{
border-color: #86E54A;
}
.TagClassName
{
border-color: #86E54A;
}
</style>