Shades of Atlantis #ACD138
Tints of Atlantis #ACD138
RGB
CMYK
RGB Variations
Color information
#ACD138 (or 0xACD138) is known color: Atlantis. HEX triplet: AC, D1 and 38. RGB value is (172,209,56). Sum of RGB (Red+Green+Blue) = 172+209+56=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 209 (82.03% from 255 or 47.83% from 437); Blue value is 56 (22.27% from 255 or 12.81% from 437); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD138 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD138 is #532EC7. Grayscale: #B5B5B5. Windows color (decimal): -5451464 or 3723692. OLE color: 3723692.
HSL color Cylindrical-coordinate representation of color #ACD138: hue angle of 74.51º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACD138 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 56 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.18 |
| HSL | 74.51º | 0.62% | 0.52% | - |
| HSV(B) | 74.51º | 0.73% | 0.82% | - |
| XYZ | 40.53 | 54.66 | 12.16 | - |
| YUV | 180.5 | 57.74 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 56 | 0.18 | 0 | 0.73 | 0.18 | 74.51 | 0.62 | 0.52 |
| Hex | AC | D1 | 38 | 12 | 0 | 49 | 12 | 4B | 3E | 34 |
| Octal | 254 | 321 | 70 | 22 | 0 | 111 | 22 | 113 | 76 | 64 |
| Binary | 10101100 | 11010001 | 111000 | 10010 | 0 | 1001001 | 10010 | 1001011 | 111110 | 110100 |
Color Harmonies of #ACD138
Complementary color
Monochromatic Colors of #ACD138
Black with #ACD138
Text Example
Text Example
White with #ACD138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD138; }
p { color: rgb(172,209,56); }
H1.HeaderClassName
{
color: #ACD138;
}
.AnyTagClassName
{
color: #ACD138;
}
</style>
background-color css
<style>
a { background-color: #ACD138; }
a { background-color: rgb(172,209,56); }
div.DivClassName
{
background-color: #ACD138;
}
.BgClassName
{
background-color: #ACD138;
}
</style>
border-color css
<style>
span { border-color: #ACD138; }
span { border-color: rgb(172,209,56); }
td.TdClassName
{
border-color: #ACD138;
}
.TagClassName
{
border-color: #ACD138;
}
</style>