Shades of Atlantis #8ABC40
Tints of Atlantis #8ABC40
RGB
CMYK
RGB Variations
Color information
#8ABC40 (or 0x8ABC40) is known color: Atlantis. HEX triplet: 8A, BC and 40. RGB value is (138,188,64). Sum of RGB (Red+Green+Blue) = 138+188+64=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABC40 is #7543BF. Grayscale: #9F9F9F. Windows color (decimal): -7685056 or 4242570. OLE color: 4242570.
HSL color Cylindrical-coordinate representation of color #8ABC40: hue angle of 84.19º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8ABC40 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 64 | - |
| CMYK | 0.27 | 0 | 0.66 | 0.26 |
| HSL | 84.19º | 0.49% | 0.49% | - |
| HSV(B) | 84.19º | 0.66% | 0.74% | - |
| XYZ | 29.39 | 41.74 | 11.36 | - |
| YUV | 158.91 | 74.44 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 64 | 0.27 | 0 | 0.66 | 0.26 | 84.19 | 0.49 | 0.49 |
| Hex | 8A | BC | 40 | 1B | 0 | 42 | 1A | 54 | 31 | 31 |
| Octal | 212 | 274 | 100 | 33 | 0 | 102 | 32 | 124 | 61 | 61 |
| Binary | 10001010 | 10111100 | 1000000 | 11011 | 0 | 1000010 | 11010 | 1010100 | 110001 | 110001 |
Color Harmonies of #8ABC40
Complementary color
Monochromatic Colors of #8ABC40
Black with #8ABC40
Text Example
Text Example
White with #8ABC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC40; }
p { color: rgb(138,188,64); }
H1.HeaderClassName
{
color: #8ABC40;
}
.AnyTagClassName
{
color: #8ABC40;
}
</style>
background-color css
<style>
a { background-color: #8ABC40; }
a { background-color: rgb(138,188,64); }
div.DivClassName
{
background-color: #8ABC40;
}
.BgClassName
{
background-color: #8ABC40;
}
</style>
border-color css
<style>
span { border-color: #8ABC40; }
span { border-color: rgb(138,188,64); }
td.TdClassName
{
border-color: #8ABC40;
}
.TagClassName
{
border-color: #8ABC40;
}
</style>