Shades of Atlantis #84C140
Tints of Atlantis #84C140
RGB
CMYK
RGB Variations
Color information
#84C140 (or 0x84C140) is known color: Atlantis. HEX triplet: 84, C1 and 40. RGB value is (132,193,64). Sum of RGB (Red+Green+Blue) = 132+193+64=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 193 (75.78% from 255 or 49.61% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 193 - color contains mainly: green. Hex color #84C140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C140 is #7B3EBF. Grayscale: #A0A0A0. Windows color (decimal): -8076992 or 4243844. OLE color: 4243844.
HSL color Cylindrical-coordinate representation of color #84C140: hue angle of 88.37º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84C140 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 193 | 64 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.24 |
| HSL | 88.37º | 0.51% | 0.5% | - |
| HSV(B) | 88.37º | 0.67% | 0.76% | - |
| XYZ | 29.51 | 43.42 | 11.68 | - |
| YUV | 160.06 | 73.79 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 193 | 64 | 0.32 | 0 | 0.67 | 0.24 | 88.37 | 0.51 | 0.5 |
| Hex | 84 | C1 | 40 | 20 | 0 | 43 | 18 | 58 | 33 | 32 |
| Octal | 204 | 301 | 100 | 40 | 0 | 103 | 30 | 130 | 63 | 62 |
| Binary | 10000100 | 11000001 | 1000000 | 100000 | 0 | 1000011 | 11000 | 1011000 | 110011 | 110010 |
Color Harmonies of #84C140
Complementary color
Monochromatic Colors of #84C140
Black with #84C140
Text Example
Text Example
White with #84C140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C140; }
p { color: rgb(132,193,64); }
H1.HeaderClassName
{
color: #84C140;
}
.AnyTagClassName
{
color: #84C140;
}
</style>
background-color css
<style>
a { background-color: #84C140; }
a { background-color: rgb(132,193,64); }
div.DivClassName
{
background-color: #84C140;
}
.BgClassName
{
background-color: #84C140;
}
</style>
border-color css
<style>
span { border-color: #84C140; }
span { border-color: rgb(132,193,64); }
td.TdClassName
{
border-color: #84C140;
}
.TagClassName
{
border-color: #84C140;
}
</style>