Shades of Atlantis #8ACD3A
Tints of Atlantis #8ACD3A
RGB
CMYK
RGB Variations
Color information
#8ACD3A (or 0x8ACD3A) is known color: Atlantis. HEX triplet: 8A, CD and 3A. RGB value is (138,205,58). Sum of RGB (Red+Green+Blue) = 138+205+58=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 205 (80.47% from 255 or 51.12% from 401); Blue value is 58 (23.05% from 255 or 14.46% from 401); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACD3A is #7532C5. Grayscale: #A8A8A8. Windows color (decimal): -7680710 or 3853706. OLE color: 3853706.
HSL color Cylindrical-coordinate representation of color #8ACD3A: hue angle of 87.35º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8ACD3A is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 205 | 58 | - |
| CMYK | 0.33 | 0 | 0.72 | 0.20 |
| HSL | 87.35º | 0.6% | 0.52% | - |
| HSV(B) | 87.35º | 0.72% | 0.8% | - |
| XYZ | 33.08 | 49.37 | 11.79 | - |
| YUV | 168.21 | 65.8 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 58 | 0.33 | 0 | 0.72 | 0.20 | 87.35 | 0.6 | 0.52 |
| Hex | 8A | CD | 3A | 21 | 0 | 48 | 14 | 57 | 3C | 34 |
| Octal | 212 | 315 | 72 | 41 | 0 | 110 | 24 | 127 | 74 | 64 |
| Binary | 10001010 | 11001101 | 111010 | 100001 | 0 | 1001000 | 10100 | 1010111 | 111100 | 110100 |
Color Harmonies of #8ACD3A
Complementary color
Monochromatic Colors of #8ACD3A
Black with #8ACD3A
Text Example
Text Example
White with #8ACD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACD3A; }
p { color: rgb(138,205,58); }
H1.HeaderClassName
{
color: #8ACD3A;
}
.AnyTagClassName
{
color: #8ACD3A;
}
</style>
background-color css
<style>
a { background-color: #8ACD3A; }
a { background-color: rgb(138,205,58); }
div.DivClassName
{
background-color: #8ACD3A;
}
.BgClassName
{
background-color: #8ACD3A;
}
</style>
border-color css
<style>
span { border-color: #8ACD3A; }
span { border-color: rgb(138,205,58); }
td.TdClassName
{
border-color: #8ACD3A;
}
.TagClassName
{
border-color: #8ACD3A;
}
</style>