Shades of Atlantis #86CA3D
Tints of Atlantis #86CA3D
RGB
CMYK
RGB Variations
Color information
#86CA3D (or 0x86CA3D) is known color: Atlantis. HEX triplet: 86, CA and 3D. RGB value is (134,202,61). Sum of RGB (Red+Green+Blue) = 134+202+61=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 61 (24.22% from 255 or 15.37% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CA3D is #7935C2. Grayscale: #A6A6A6. Windows color (decimal): -7943619 or 4049542. OLE color: 4049542.
HSL color Cylindrical-coordinate representation of color #86CA3D: hue angle of 88.94º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #86CA3D is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 202 | 61 | - |
| CMYK | 0.34 | 0 | 0.70 | 0.21 |
| HSL | 88.94º | 0.57% | 0.52% | - |
| HSV(B) | 88.94º | 0.7% | 0.79% | - |
| XYZ | 31.79 | 47.65 | 11.94 | - |
| YUV | 165.59 | 68.97 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 202 | 61 | 0.34 | 0 | 0.70 | 0.21 | 88.94 | 0.57 | 0.52 |
| Hex | 86 | CA | 3D | 22 | 0 | 46 | 15 | 59 | 39 | 34 |
| Octal | 206 | 312 | 75 | 42 | 0 | 106 | 25 | 131 | 71 | 64 |
| Binary | 10000110 | 11001010 | 111101 | 100010 | 0 | 1000110 | 10101 | 1011001 | 111001 | 110100 |
Color Harmonies of #86CA3D
Complementary color
Monochromatic Colors of #86CA3D
Black with #86CA3D
Text Example
Text Example
White with #86CA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CA3D; }
p { color: rgb(134,202,61); }
H1.HeaderClassName
{
color: #86CA3D;
}
.AnyTagClassName
{
color: #86CA3D;
}
</style>
background-color css
<style>
a { background-color: #86CA3D; }
a { background-color: rgb(134,202,61); }
div.DivClassName
{
background-color: #86CA3D;
}
.BgClassName
{
background-color: #86CA3D;
}
</style>
border-color css
<style>
span { border-color: #86CA3D; }
span { border-color: rgb(134,202,61); }
td.TdClassName
{
border-color: #86CA3D;
}
.TagClassName
{
border-color: #86CA3D;
}
</style>