Shades of Atlantis #86D044
Tints of Atlantis #86D044
RGB
CMYK
RGB Variations
Color information
#86D044 (or 0x86D044) is known color: Atlantis. HEX triplet: 86, D0 and 44. RGB value is (134,208,68). Sum of RGB (Red+Green+Blue) = 134+208+68=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 208 (81.64% from 255 or 50.73% from 410); Blue value is 68 (26.95% from 255 or 16.59% from 410); Max value from RGB is 208 - color contains mainly: green. Hex color #86D044 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D044 is #792FBB. Grayscale: #AAAAAA. Windows color (decimal): -7942076 or 4509830. OLE color: 4509830.
HSL color Cylindrical-coordinate representation of color #86D044: hue angle of 91.71º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #86D044 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 208 | 68 | - |
| CMYK | 0.36 | 0 | 0.67 | 0.18 |
| HSL | 91.71º | 0.6% | 0.54% | - |
| HSV(B) | 91.71º | 0.67% | 0.82% | - |
| XYZ | 33.43 | 50.6 | 13.47 | - |
| YUV | 169.91 | 70.48 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 208 | 68 | 0.36 | 0 | 0.67 | 0.18 | 91.71 | 0.6 | 0.54 |
| Hex | 86 | D0 | 44 | 24 | 0 | 43 | 12 | 5C | 3C | 36 |
| Octal | 206 | 320 | 104 | 44 | 0 | 103 | 22 | 134 | 74 | 66 |
| Binary | 10000110 | 11010000 | 1000100 | 100100 | 0 | 1000011 | 10010 | 1011100 | 111100 | 110110 |
Color Harmonies of #86D044
Complementary color
Monochromatic Colors of #86D044
Black with #86D044
Text Example
Text Example
White with #86D044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D044; }
p { color: rgb(134,208,68); }
H1.HeaderClassName
{
color: #86D044;
}
.AnyTagClassName
{
color: #86D044;
}
</style>
background-color css
<style>
a { background-color: #86D044; }
a { background-color: rgb(134,208,68); }
div.DivClassName
{
background-color: #86D044;
}
.BgClassName
{
background-color: #86D044;
}
</style>
border-color css
<style>
span { border-color: #86D044; }
span { border-color: rgb(134,208,68); }
td.TdClassName
{
border-color: #86D044;
}
.TagClassName
{
border-color: #86D044;
}
</style>