Shades of Atlantis #8ACC3A
Tints of Atlantis #8ACC3A
RGB
CMYK
RGB Variations
Color information
#8ACC3A (or 0x8ACC3A) is known color: Atlantis. HEX triplet: 8A, CC and 3A. RGB value is (138,204,58). Sum of RGB (Red+Green+Blue) = 138+204+58=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 204 (80.08% from 255 or 51% from 400); Blue value is 58 (23.05% from 255 or 14.5% from 400); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACC3A is #7533C5. Grayscale: #A8A8A8. Windows color (decimal): -7680966 or 3853450. OLE color: 3853450.
HSL color Cylindrical-coordinate representation of color #8ACC3A: hue angle of 87.12º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8ACC3A is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 58 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.2 |
| HSL | 87.12º | 0.59% | 0.51% | - |
| HSV(B) | 87.12º | 0.72% | 0.8% | - |
| XYZ | 32.84 | 48.89 | 11.71 | - |
| YUV | 167.62 | 66.13 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 58 | 0.32 | 0 | 0.72 | 0.2 | 87.12 | 0.59 | 0.51 |
| Hex | 8A | CC | 3A | 20 | 0 | 48 | 14 | 57 | 3B | 33 |
| Octal | 212 | 314 | 72 | 40 | 0 | 110 | 24 | 127 | 73 | 63 |
| Binary | 10001010 | 11001100 | 111010 | 100000 | 0 | 1001000 | 10100 | 1010111 | 111011 | 110011 |
Color Harmonies of #8ACC3A
Complementary color
Monochromatic Colors of #8ACC3A
Black with #8ACC3A
Text Example
Text Example
White with #8ACC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACC3A; }
p { color: rgb(138,204,58); }
H1.HeaderClassName
{
color: #8ACC3A;
}
.AnyTagClassName
{
color: #8ACC3A;
}
</style>
background-color css
<style>
a { background-color: #8ACC3A; }
a { background-color: rgb(138,204,58); }
div.DivClassName
{
background-color: #8ACC3A;
}
.BgClassName
{
background-color: #8ACC3A;
}
</style>
border-color css
<style>
span { border-color: #8ACC3A; }
span { border-color: rgb(138,204,58); }
td.TdClassName
{
border-color: #8ACC3A;
}
.TagClassName
{
border-color: #8ACC3A;
}
</style>