Shades of Atlantis #86EE34
Tints of Atlantis #86EE34
RGB
CMYK
RGB Variations
Color information
#86EE34 (or 0x86EE34) is known color: Atlantis. HEX triplet: 86, EE and 34. RGB value is (134,238,52). Sum of RGB (Red+Green+Blue) = 134+238+52=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 238 (93.36% from 255 or 56.13% from 424); Blue value is 52 (20.70% from 255 or 12.26% from 424); Max value from RGB is 238 - color contains mainly: green. Hex color #86EE34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86EE34 is #7911CB. Grayscale: #BABABA. Windows color (decimal): -7934412 or 3468934. OLE color: 3468934.
HSL color Cylindrical-coordinate representation of color #86EE34: hue angle of 93.55º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86EE34 is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 238 | 52 | - |
| CMYK | 0.44 | 0 | 0.78 | 0.07 |
| HSL | 93.55º | 0.85% | 0.57% | - |
| HSV(B) | 93.55º | 0.78% | 0.93% | - |
| XYZ | 41.03 | 66.47 | 13.92 | - |
| YUV | 185.7 | 52.54 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 238 | 52 | 0.44 | 0 | 0.78 | 0.07 | 93.55 | 0.85 | 0.57 |
| Hex | 86 | EE | 34 | 2C | 0 | 4E | 7 | 5E | 55 | 39 |
| Octal | 206 | 356 | 64 | 54 | 0 | 116 | 7 | 136 | 125 | 71 |
| Binary | 10000110 | 11101110 | 110100 | 101100 | 0 | 1001110 | 111 | 1011110 | 1010101 | 111001 |
Color Harmonies of #86EE34
Complementary color
Monochromatic Colors of #86EE34
Black with #86EE34
Text Example
Text Example
White with #86EE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EE34; }
p { color: rgb(134,238,52); }
H1.HeaderClassName
{
color: #86EE34;
}
.AnyTagClassName
{
color: #86EE34;
}
</style>
background-color css
<style>
a { background-color: #86EE34; }
a { background-color: rgb(134,238,52); }
div.DivClassName
{
background-color: #86EE34;
}
.BgClassName
{
background-color: #86EE34;
}
</style>
border-color css
<style>
span { border-color: #86EE34; }
span { border-color: rgb(134,238,52); }
td.TdClassName
{
border-color: #86EE34;
}
.TagClassName
{
border-color: #86EE34;
}
</style>