Shades of Atlantis #8ACE48
Tints of Atlantis #8ACE48
RGB
CMYK
RGB Variations
Color information
#8ACE48 (or 0x8ACE48) is known color: Atlantis. HEX triplet: 8A, CE and 48. RGB value is (138,206,72). Sum of RGB (Red+Green+Blue) = 138+206+72=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 206 (80.86% from 255 or 49.52% from 416); Blue value is 72 (28.52% from 255 or 17.31% from 416); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACE48 is #7531B7. Grayscale: #AAAAAA. Windows color (decimal): -7680440 or 4771466. OLE color: 4771466.
HSL color Cylindrical-coordinate representation of color #8ACE48: hue angle of 90.45º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8ACE48 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 206 | 72 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.19 |
| HSL | 90.45º | 0.58% | 0.55% | - |
| HSV(B) | 90.45º | 0.65% | 0.81% | - |
| XYZ | 33.72 | 50.01 | 14.01 | - |
| YUV | 170.39 | 72.47 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 72 | 0.33 | 0 | 0.65 | 0.19 | 90.45 | 0.58 | 0.55 |
| Hex | 8A | CE | 48 | 21 | 0 | 41 | 13 | 5A | 3A | 37 |
| Octal | 212 | 316 | 110 | 41 | 0 | 101 | 23 | 132 | 72 | 67 |
| Binary | 10001010 | 11001110 | 1001000 | 100001 | 0 | 1000001 | 10011 | 1011010 | 111010 | 110111 |
Color Harmonies of #8ACE48
Complementary color
Monochromatic Colors of #8ACE48
Black with #8ACE48
Text Example
Text Example
White with #8ACE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACE48; }
p { color: rgb(138,206,72); }
H1.HeaderClassName
{
color: #8ACE48;
}
.AnyTagClassName
{
color: #8ACE48;
}
</style>
background-color css
<style>
a { background-color: #8ACE48; }
a { background-color: rgb(138,206,72); }
div.DivClassName
{
background-color: #8ACE48;
}
.BgClassName
{
background-color: #8ACE48;
}
</style>
border-color css
<style>
span { border-color: #8ACE48; }
span { border-color: rgb(138,206,72); }
td.TdClassName
{
border-color: #8ACE48;
}
.TagClassName
{
border-color: #8ACE48;
}
</style>