Shades of Atlantis #86CA44
Tints of Atlantis #86CA44
RGB
CMYK
RGB Variations
Color information
#86CA44 (or 0x86CA44) is known color: Atlantis. HEX triplet: 86, CA and 44. RGB value is (134,202,68). Sum of RGB (Red+Green+Blue) = 134+202+68=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 202 (79.30% from 255 or 50% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CA44 is #7935BB. Grayscale: #A6A6A6. Windows color (decimal): -7943612 or 4508294. OLE color: 4508294.
HSL color Cylindrical-coordinate representation of color #86CA44: hue angle of 90.45º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86CA44 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 202 | 68 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.21 |
| HSL | 90.45º | 0.56% | 0.53% | - |
| HSV(B) | 90.45º | 0.66% | 0.79% | - |
| XYZ | 32 | 47.73 | 12.99 | - |
| YUV | 166.39 | 72.47 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 202 | 68 | 0.34 | 0 | 0.66 | 0.21 | 90.45 | 0.56 | 0.53 |
| Hex | 86 | CA | 44 | 22 | 0 | 42 | 15 | 5A | 38 | 35 |
| Octal | 206 | 312 | 104 | 42 | 0 | 102 | 25 | 132 | 70 | 65 |
| Binary | 10000110 | 11001010 | 1000100 | 100010 | 0 | 1000010 | 10101 | 1011010 | 111000 | 110101 |
Color Harmonies of #86CA44
Complementary color
Monochromatic Colors of #86CA44
Black with #86CA44
Text Example
Text Example
White with #86CA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CA44; }
p { color: rgb(134,202,68); }
H1.HeaderClassName
{
color: #86CA44;
}
.AnyTagClassName
{
color: #86CA44;
}
</style>
background-color css
<style>
a { background-color: #86CA44; }
a { background-color: rgb(134,202,68); }
div.DivClassName
{
background-color: #86CA44;
}
.BgClassName
{
background-color: #86CA44;
}
</style>
border-color css
<style>
span { border-color: #86CA44; }
span { border-color: rgb(134,202,68); }
td.TdClassName
{
border-color: #86CA44;
}
.TagClassName
{
border-color: #86CA44;
}
</style>