Shades of Atlantis #8ACD45
Tints of Atlantis #8ACD45
RGB
CMYK
RGB Variations
Color information
#8ACD45 (or 0x8ACD45) is known color: Atlantis. HEX triplet: 8A, CD and 45. RGB value is (138,205,69). Sum of RGB (Red+Green+Blue) = 138+205+69=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 69 (27.34% from 255 or 16.75% from 412); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACD45 is #7532BA. Grayscale: #A9A9A9. Windows color (decimal): -7680699 or 4574602. OLE color: 4574602.
HSL color Cylindrical-coordinate representation of color #8ACD45: hue angle of 89.56º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8ACD45 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 205 | 69 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.20 |
| HSL | 89.56º | 0.58% | 0.54% | - |
| HSV(B) | 89.56º | 0.66% | 0.8% | - |
| XYZ | 33.39 | 49.5 | 13.42 | - |
| YUV | 169.46 | 71.3 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 69 | 0.33 | 0 | 0.66 | 0.20 | 89.56 | 0.58 | 0.54 |
| Hex | 8A | CD | 45 | 21 | 0 | 42 | 14 | 5A | 3A | 36 |
| Octal | 212 | 315 | 105 | 41 | 0 | 102 | 24 | 132 | 72 | 66 |
| Binary | 10001010 | 11001101 | 1000101 | 100001 | 0 | 1000010 | 10100 | 1011010 | 111010 | 110110 |
Color Harmonies of #8ACD45
Complementary color
Monochromatic Colors of #8ACD45
Black with #8ACD45
Text Example
Text Example
White with #8ACD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACD45; }
p { color: rgb(138,205,69); }
H1.HeaderClassName
{
color: #8ACD45;
}
.AnyTagClassName
{
color: #8ACD45;
}
</style>
background-color css
<style>
a { background-color: #8ACD45; }
a { background-color: rgb(138,205,69); }
div.DivClassName
{
background-color: #8ACD45;
}
.BgClassName
{
background-color: #8ACD45;
}
</style>
border-color css
<style>
span { border-color: #8ACD45; }
span { border-color: rgb(138,205,69); }
td.TdClassName
{
border-color: #8ACD45;
}
.TagClassName
{
border-color: #8ACD45;
}
</style>