Shades of Atlantis #ACD141
Tints of Atlantis #ACD141
RGB
CMYK
RGB Variations
Color information
#ACD141 (or 0xACD141) is known color: Atlantis. HEX triplet: AC, D1 and 41. RGB value is (172,209,65). Sum of RGB (Red+Green+Blue) = 172+209+65=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 65 (25.78% from 255 or 14.57% from 446); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD141 is #532EBE. Grayscale: #B6B6B6. Windows color (decimal): -5451455 or 4313516. OLE color: 4313516.
HSL color Cylindrical-coordinate representation of color #ACD141: hue angle of 75.42º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACD141 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 65 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.18 |
| HSL | 75.42º | 0.61% | 0.54% | - |
| HSV(B) | 75.42º | 0.69% | 0.82% | - |
| XYZ | 40.77 | 54.75 | 13.42 | - |
| YUV | 181.52 | 62.24 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 65 | 0.18 | 0 | 0.69 | 0.18 | 75.42 | 0.61 | 0.54 |
| Hex | AC | D1 | 41 | 12 | 0 | 45 | 12 | 4B | 3D | 36 |
| Octal | 254 | 321 | 101 | 22 | 0 | 105 | 22 | 113 | 75 | 66 |
| Binary | 10101100 | 11010001 | 1000001 | 10010 | 0 | 1000101 | 10010 | 1001011 | 111101 | 110110 |
Color Harmonies of #ACD141
Complementary color
Monochromatic Colors of #ACD141
Black with #ACD141
Text Example
Text Example
White with #ACD141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD141; }
p { color: rgb(172,209,65); }
H1.HeaderClassName
{
color: #ACD141;
}
.AnyTagClassName
{
color: #ACD141;
}
</style>
background-color css
<style>
a { background-color: #ACD141; }
a { background-color: rgb(172,209,65); }
div.DivClassName
{
background-color: #ACD141;
}
.BgClassName
{
background-color: #ACD141;
}
</style>
border-color css
<style>
span { border-color: #ACD141; }
span { border-color: rgb(172,209,65); }
td.TdClassName
{
border-color: #ACD141;
}
.TagClassName
{
border-color: #ACD141;
}
</style>