Shades of Atlantis #8ACC40
Tints of Atlantis #8ACC40
RGB
CMYK
RGB Variations
Color information
#8ACC40 (or 0x8ACC40) is known color: Atlantis. HEX triplet: 8A, CC and 40. RGB value is (138,204,64). Sum of RGB (Red+Green+Blue) = 138+204+64=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACC40 is #7533BF. Grayscale: #A8A8A8. Windows color (decimal): -7680960 or 4246666. OLE color: 4246666.
HSL color Cylindrical-coordinate representation of color #8ACC40: hue angle of 88.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8ACC40 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 64 | - |
| CMYK | 0.32 | 0 | 0.69 | 0.2 |
| HSL | 88.29º | 0.58% | 0.53% | - |
| HSV(B) | 88.29º | 0.69% | 0.8% | - |
| XYZ | 33 | 48.96 | 12.56 | - |
| YUV | 168.31 | 69.13 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 64 | 0.32 | 0 | 0.69 | 0.2 | 88.29 | 0.58 | 0.53 |
| Hex | 8A | CC | 40 | 20 | 0 | 45 | 14 | 58 | 3A | 35 |
| Octal | 212 | 314 | 100 | 40 | 0 | 105 | 24 | 130 | 72 | 65 |
| Binary | 10001010 | 11001100 | 1000000 | 100000 | 0 | 1000101 | 10100 | 1011000 | 111010 | 110101 |
Color Harmonies of #8ACC40
Complementary color
Monochromatic Colors of #8ACC40
Black with #8ACC40
Text Example
Text Example
White with #8ACC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACC40; }
p { color: rgb(138,204,64); }
H1.HeaderClassName
{
color: #8ACC40;
}
.AnyTagClassName
{
color: #8ACC40;
}
</style>
background-color css
<style>
a { background-color: #8ACC40; }
a { background-color: rgb(138,204,64); }
div.DivClassName
{
background-color: #8ACC40;
}
.BgClassName
{
background-color: #8ACC40;
}
</style>
border-color css
<style>
span { border-color: #8ACC40; }
span { border-color: rgb(138,204,64); }
td.TdClassName
{
border-color: #8ACC40;
}
.TagClassName
{
border-color: #8ACC40;
}
</style>