Shades of Atlantis #8AC546
Tints of Atlantis #8AC546
RGB
CMYK
RGB Variations
Color information
#8AC546 (or 0x8AC546) is known color: Atlantis. HEX triplet: 8A, C5 and 46. RGB value is (138,197,70). Sum of RGB (Red+Green+Blue) = 138+197+70=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 197 (77.34% from 255 or 48.64% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 197 - color contains mainly: green. Hex color #8AC546 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC546 is #753AB9. Grayscale: #A5A5A5. Windows color (decimal): -7682746 or 4638090. OLE color: 4638090.
HSL color Cylindrical-coordinate representation of color #8AC546: hue angle of 87.87º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8AC546 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 197 | 70 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.23 |
| HSL | 87.87º | 0.52% | 0.52% | - |
| HSV(B) | 87.87º | 0.64% | 0.77% | - |
| XYZ | 31.55 | 45.78 | 12.97 | - |
| YUV | 164.88 | 74.45 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 197 | 70 | 0.30 | 0 | 0.64 | 0.23 | 87.87 | 0.52 | 0.52 |
| Hex | 8A | C5 | 46 | 1E | 0 | 40 | 17 | 58 | 34 | 34 |
| Octal | 212 | 305 | 106 | 36 | 0 | 100 | 27 | 130 | 64 | 64 |
| Binary | 10001010 | 11000101 | 1000110 | 11110 | 0 | 1000000 | 10111 | 1011000 | 110100 | 110100 |
Color Harmonies of #8AC546
Complementary color
Monochromatic Colors of #8AC546
Black with #8AC546
Text Example
Text Example
White with #8AC546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC546; }
p { color: rgb(138,197,70); }
H1.HeaderClassName
{
color: #8AC546;
}
.AnyTagClassName
{
color: #8AC546;
}
</style>
background-color css
<style>
a { background-color: #8AC546; }
a { background-color: rgb(138,197,70); }
div.DivClassName
{
background-color: #8AC546;
}
.BgClassName
{
background-color: #8AC546;
}
</style>
border-color css
<style>
span { border-color: #8AC546; }
span { border-color: rgb(138,197,70); }
td.TdClassName
{
border-color: #8AC546;
}
.TagClassName
{
border-color: #8AC546;
}
</style>