Shades of Atlantis #8ABD40
Tints of Atlantis #8ABD40
RGB
CMYK
RGB Variations
Color information
#8ABD40 (or 0x8ABD40) is known color: Atlantis. HEX triplet: 8A, BD and 40. RGB value is (138,189,64). Sum of RGB (Red+Green+Blue) = 138+189+64=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABD40 is #7542BF. Grayscale: #9F9F9F. Windows color (decimal): -7684800 or 4242826. OLE color: 4242826.
HSL color Cylindrical-coordinate representation of color #8ABD40: hue angle of 84.48º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8ABD40 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 189 | 64 | - |
| CMYK | 0.27 | 0 | 0.66 | 0.26 |
| HSL | 84.48º | 0.49% | 0.5% | - |
| HSV(B) | 84.48º | 0.66% | 0.74% | - |
| XYZ | 29.6 | 42.17 | 11.43 | - |
| YUV | 159.5 | 74.1 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 189 | 64 | 0.27 | 0 | 0.66 | 0.26 | 84.48 | 0.49 | 0.5 |
| Hex | 8A | BD | 40 | 1B | 0 | 42 | 1A | 54 | 31 | 32 |
| Octal | 212 | 275 | 100 | 33 | 0 | 102 | 32 | 124 | 61 | 62 |
| Binary | 10001010 | 10111101 | 1000000 | 11011 | 0 | 1000010 | 11010 | 1010100 | 110001 | 110010 |
Color Harmonies of #8ABD40
Complementary color
Monochromatic Colors of #8ABD40
Black with #8ABD40
Text Example
Text Example
White with #8ABD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABD40; }
p { color: rgb(138,189,64); }
H1.HeaderClassName
{
color: #8ABD40;
}
.AnyTagClassName
{
color: #8ABD40;
}
</style>
background-color css
<style>
a { background-color: #8ABD40; }
a { background-color: rgb(138,189,64); }
div.DivClassName
{
background-color: #8ABD40;
}
.BgClassName
{
background-color: #8ABD40;
}
</style>
border-color css
<style>
span { border-color: #8ABD40; }
span { border-color: rgb(138,189,64); }
td.TdClassName
{
border-color: #8ABD40;
}
.TagClassName
{
border-color: #8ABD40;
}
</style>