Shades of Atlantis #86E94A
Tints of Atlantis #86E94A
RGB
CMYK
RGB Variations
Color information
#86E94A (or 0x86E94A) is known color: Atlantis. HEX triplet: 86, E9 and 4A. RGB value is (134,233,74). Sum of RGB (Red+Green+Blue) = 134+233+74=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 233 (91.41% from 255 or 52.83% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 233 - color contains mainly: green. Hex color #86E94A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86E94A is #7916B5. Grayscale: #B9B9B9. Windows color (decimal): -7935670 or 4909446. OLE color: 4909446.
HSL color Cylindrical-coordinate representation of color #86E94A: hue angle of 97.36º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #86E94A is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 233 | 74 | - |
| CMYK | 0.42 | 0 | 0.68 | 0.09 |
| HSL | 97.36º | 0.78% | 0.6% | - |
| HSV(B) | 97.36º | 0.68% | 0.91% | - |
| XYZ | 40.21 | 63.84 | 16.68 | - |
| YUV | 185.27 | 65.2 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 233 | 74 | 0.42 | 0 | 0.68 | 0.09 | 97.36 | 0.78 | 0.6 |
| Hex | 86 | E9 | 4A | 2A | 0 | 44 | 9 | 61 | 4E | 3C |
| Octal | 206 | 351 | 112 | 52 | 0 | 104 | 11 | 141 | 116 | 74 |
| Binary | 10000110 | 11101001 | 1001010 | 101010 | 0 | 1000100 | 1001 | 1100001 | 1001110 | 111100 |
Color Harmonies of #86E94A
Complementary color
Monochromatic Colors of #86E94A
Black with #86E94A
Text Example
Text Example
White with #86E94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E94A; }
p { color: rgb(134,233,74); }
H1.HeaderClassName
{
color: #86E94A;
}
.AnyTagClassName
{
color: #86E94A;
}
</style>
background-color css
<style>
a { background-color: #86E94A; }
a { background-color: rgb(134,233,74); }
div.DivClassName
{
background-color: #86E94A;
}
.BgClassName
{
background-color: #86E94A;
}
</style>
border-color css
<style>
span { border-color: #86E94A; }
span { border-color: rgb(134,233,74); }
td.TdClassName
{
border-color: #86E94A;
}
.TagClassName
{
border-color: #86E94A;
}
</style>