Shades of Atlantis #8ACD43
Tints of Atlantis #8ACD43
RGB
CMYK
RGB Variations
Color information
#8ACD43 (or 0x8ACD43) is known color: Atlantis. HEX triplet: 8A, CD and 43. RGB value is (138,205,67). Sum of RGB (Red+Green+Blue) = 138+205+67=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 205 (80.47% from 255 or 50% from 410); Blue value is 67 (26.56% from 255 or 16.34% from 410); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACD43 is #7532BC. Grayscale: #A9A9A9. Windows color (decimal): -7680701 or 4443530. OLE color: 4443530.
HSL color Cylindrical-coordinate representation of color #8ACD43: hue angle of 89.13º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8ACD43 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 205 | 67 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.20 |
| HSL | 89.13º | 0.58% | 0.53% | - |
| HSV(B) | 89.13º | 0.67% | 0.8% | - |
| XYZ | 33.33 | 49.47 | 13.1 | - |
| YUV | 169.24 | 70.3 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 67 | 0.33 | 0 | 0.67 | 0.20 | 89.13 | 0.58 | 0.53 |
| Hex | 8A | CD | 43 | 21 | 0 | 43 | 14 | 59 | 3A | 35 |
| Octal | 212 | 315 | 103 | 41 | 0 | 103 | 24 | 131 | 72 | 65 |
| Binary | 10001010 | 11001101 | 1000011 | 100001 | 0 | 1000011 | 10100 | 1011001 | 111010 | 110101 |
Color Harmonies of #8ACD43
Complementary color
Monochromatic Colors of #8ACD43
Black with #8ACD43
Text Example
Text Example
White with #8ACD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACD43; }
p { color: rgb(138,205,67); }
H1.HeaderClassName
{
color: #8ACD43;
}
.AnyTagClassName
{
color: #8ACD43;
}
</style>
background-color css
<style>
a { background-color: #8ACD43; }
a { background-color: rgb(138,205,67); }
div.DivClassName
{
background-color: #8ACD43;
}
.BgClassName
{
background-color: #8ACD43;
}
</style>
border-color css
<style>
span { border-color: #8ACD43; }
span { border-color: rgb(138,205,67); }
td.TdClassName
{
border-color: #8ACD43;
}
.TagClassName
{
border-color: #8ACD43;
}
</style>