Shades of Atlantis #86E648
Tints of Atlantis #86E648
RGB
CMYK
RGB Variations
Color information
#86E648 (or 0x86E648) is known color: Atlantis. HEX triplet: 86, E6 and 48. RGB value is (134,230,72). Sum of RGB (Red+Green+Blue) = 134+230+72=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 230 (90.23% from 255 or 52.75% from 436); Blue value is 72 (28.52% from 255 or 16.51% from 436); Max value from RGB is 230 - color contains mainly: green. Hex color #86E648 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86E648 is #7919B7. Grayscale: #B7B7B7. Windows color (decimal): -7936440 or 4777606. OLE color: 4777606.
HSL color Cylindrical-coordinate representation of color #86E648: hue angle of 96.46º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86E648 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 230 | 72 | - |
| CMYK | 0.42 | 0 | 0.69 | 0.10 |
| HSL | 96.46º | 0.76% | 0.59% | - |
| HSV(B) | 96.46º | 0.69% | 0.9% | - |
| XYZ | 39.3 | 62.13 | 16.05 | - |
| YUV | 183.28 | 65.2 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 230 | 72 | 0.42 | 0 | 0.69 | 0.10 | 96.46 | 0.76 | 0.59 |
| Hex | 86 | E6 | 48 | 2A | 0 | 45 | A | 60 | 4C | 3B |
| Octal | 206 | 346 | 110 | 52 | 0 | 105 | 12 | 140 | 114 | 73 |
| Binary | 10000110 | 11100110 | 1001000 | 101010 | 0 | 1000101 | 1010 | 1100000 | 1001100 | 111011 |
Color Harmonies of #86E648
Complementary color
Monochromatic Colors of #86E648
Black with #86E648
Text Example
Text Example
White with #86E648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E648; }
p { color: rgb(134,230,72); }
H1.HeaderClassName
{
color: #86E648;
}
.AnyTagClassName
{
color: #86E648;
}
</style>
background-color css
<style>
a { background-color: #86E648; }
a { background-color: rgb(134,230,72); }
div.DivClassName
{
background-color: #86E648;
}
.BgClassName
{
background-color: #86E648;
}
</style>
border-color css
<style>
span { border-color: #86E648; }
span { border-color: rgb(134,230,72); }
td.TdClassName
{
border-color: #86E648;
}
.TagClassName
{
border-color: #86E648;
}
</style>