Shades of Atlantis #86F345
Tints of Atlantis #86F345
RGB
CMYK
RGB Variations
Color information
#86F345 (or 0x86F345) is known color: Atlantis. HEX triplet: 86, F3 and 45. RGB value is (134,243,69). Sum of RGB (Red+Green+Blue) = 134+243+69=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 243 (95.31% from 255 or 54.48% from 446); Blue value is 69 (27.34% from 255 or 15.47% from 446); Max value from RGB is 243 - color contains mainly: green. Hex color #86F345 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F345 is #790CBA. Grayscale: #BFBFBF. Windows color (decimal): -7933115 or 4584326. OLE color: 4584326.
HSL color Cylindrical-coordinate representation of color #86F345: hue angle of 97.59º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #86F345 is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 243 | 69 | - |
| CMYK | 0.45 | 0 | 0.72 | 0.05 |
| HSL | 97.59º | 0.88% | 0.61% | - |
| HSV(B) | 97.59º | 0.72% | 0.95% | - |
| XYZ | 42.96 | 69.6 | 16.8 | - |
| YUV | 190.57 | 59.39 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 243 | 69 | 0.45 | 0 | 0.72 | 0.05 | 97.59 | 0.88 | 0.61 |
| Hex | 86 | F3 | 45 | 2D | 0 | 48 | 5 | 62 | 58 | 3D |
| Octal | 206 | 363 | 105 | 55 | 0 | 110 | 5 | 142 | 130 | 75 |
| Binary | 10000110 | 11110011 | 1000101 | 101101 | 0 | 1001000 | 101 | 1100010 | 1011000 | 111101 |
Color Harmonies of #86F345
Complementary color
Monochromatic Colors of #86F345
Black with #86F345
Text Example
Text Example
White with #86F345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F345; }
p { color: rgb(134,243,69); }
H1.HeaderClassName
{
color: #86F345;
}
.AnyTagClassName
{
color: #86F345;
}
</style>
background-color css
<style>
a { background-color: #86F345; }
a { background-color: rgb(134,243,69); }
div.DivClassName
{
background-color: #86F345;
}
.BgClassName
{
background-color: #86F345;
}
</style>
border-color css
<style>
span { border-color: #86F345; }
span { border-color: rgb(134,243,69); }
td.TdClassName
{
border-color: #86F345;
}
.TagClassName
{
border-color: #86F345;
}
</style>