Shades of Atlantis #8CBC46
Tints of Atlantis #8CBC46
RGB
CMYK
RGB Variations
Color information
#8CBC46 (or 0x8CBC46) is known color: Atlantis. HEX triplet: 8C, BC and 46. RGB value is (140,188,70). Sum of RGB (Red+Green+Blue) = 140+188+70=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBC46 is #7343B9. Grayscale: #A0A0A0. Windows color (decimal): -7553978 or 4635788. OLE color: 4635788.
HSL color Cylindrical-coordinate representation of color #8CBC46: hue angle of 84.41º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8CBC46 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 70 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.26 |
| HSL | 84.41º | 0.47% | 0.51% | - |
| HSV(B) | 84.41º | 0.63% | 0.74% | - |
| XYZ | 29.9 | 41.98 | 12.32 | - |
| YUV | 160.2 | 77.1 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 70 | 0.26 | 0 | 0.63 | 0.26 | 84.41 | 0.47 | 0.51 |
| Hex | 8C | BC | 46 | 1A | 0 | 3F | 1A | 54 | 2F | 33 |
| Octal | 214 | 274 | 106 | 32 | 0 | 77 | 32 | 124 | 57 | 63 |
| Binary | 10001100 | 10111100 | 1000110 | 11010 | 0 | 111111 | 11010 | 1010100 | 101111 | 110011 |
Color Harmonies of #8CBC46
Complementary color
Monochromatic Colors of #8CBC46
Black with #8CBC46
Text Example
Text Example
White with #8CBC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC46; }
p { color: rgb(140,188,70); }
H1.HeaderClassName
{
color: #8CBC46;
}
.AnyTagClassName
{
color: #8CBC46;
}
</style>
background-color css
<style>
a { background-color: #8CBC46; }
a { background-color: rgb(140,188,70); }
div.DivClassName
{
background-color: #8CBC46;
}
.BgClassName
{
background-color: #8CBC46;
}
</style>
border-color css
<style>
span { border-color: #8CBC46; }
span { border-color: rgb(140,188,70); }
td.TdClassName
{
border-color: #8CBC46;
}
.TagClassName
{
border-color: #8CBC46;
}
</style>