Shades of Atlantis #8ACC46
Tints of Atlantis #8ACC46
RGB
CMYK
RGB Variations
Color information
#8ACC46 (or 0x8ACC46) is known color: Atlantis. HEX triplet: 8A, CC and 46. RGB value is (138,204,70). Sum of RGB (Red+Green+Blue) = 138+204+70=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 70 (27.73% from 255 or 16.99% from 412); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACC46 is #7533B9. Grayscale: #A9A9A9. Windows color (decimal): -7680954 or 4639882. OLE color: 4639882.
HSL color Cylindrical-coordinate representation of color #8ACC46: hue angle of 89.55º degrees, saturation: 0.57, 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 #8ACC46 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 70 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.2 |
| HSL | 89.55º | 0.57% | 0.54% | - |
| HSV(B) | 89.55º | 0.66% | 0.8% | - |
| XYZ | 33.18 | 49.03 | 13.51 | - |
| YUV | 168.99 | 72.13 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 70 | 0.32 | 0 | 0.66 | 0.2 | 89.55 | 0.57 | 0.54 |
| Hex | 8A | CC | 46 | 20 | 0 | 42 | 14 | 5A | 39 | 36 |
| Octal | 212 | 314 | 106 | 40 | 0 | 102 | 24 | 132 | 71 | 66 |
| Binary | 10001010 | 11001100 | 1000110 | 100000 | 0 | 1000010 | 10100 | 1011010 | 111001 | 110110 |
Color Harmonies of #8ACC46
Complementary color
Monochromatic Colors of #8ACC46
Black with #8ACC46
Text Example
Text Example
White with #8ACC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACC46; }
p { color: rgb(138,204,70); }
H1.HeaderClassName
{
color: #8ACC46;
}
.AnyTagClassName
{
color: #8ACC46;
}
</style>
background-color css
<style>
a { background-color: #8ACC46; }
a { background-color: rgb(138,204,70); }
div.DivClassName
{
background-color: #8ACC46;
}
.BgClassName
{
background-color: #8ACC46;
}
</style>
border-color css
<style>
span { border-color: #8ACC46; }
span { border-color: rgb(138,204,70); }
td.TdClassName
{
border-color: #8ACC46;
}
.TagClassName
{
border-color: #8ACC46;
}
</style>