Shades of Atlantis #ACD143
Tints of Atlantis #ACD143
RGB
CMYK
RGB Variations
Color information
#ACD143 (or 0xACD143) is known color: Atlantis. HEX triplet: AC, D1 and 43. RGB value is (172,209,67). Sum of RGB (Red+Green+Blue) = 172+209+67=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 209 (82.03% from 255 or 46.65% from 448); Blue value is 67 (26.56% from 255 or 14.96% from 448); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD143 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD143 is #532EBC. Grayscale: #B6B6B6. Windows color (decimal): -5451453 or 4444588. OLE color: 4444588.
HSL color Cylindrical-coordinate representation of color #ACD143: hue angle of 75.63º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ACD143 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 67 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.18 |
| HSL | 75.63º | 0.61% | 0.54% | - |
| HSV(B) | 75.63º | 0.68% | 0.82% | - |
| XYZ | 40.83 | 54.78 | 13.73 | - |
| YUV | 181.75 | 63.24 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 67 | 0.18 | 0 | 0.68 | 0.18 | 75.63 | 0.61 | 0.54 |
| Hex | AC | D1 | 43 | 12 | 0 | 44 | 12 | 4C | 3D | 36 |
| Octal | 254 | 321 | 103 | 22 | 0 | 104 | 22 | 114 | 75 | 66 |
| Binary | 10101100 | 11010001 | 1000011 | 10010 | 0 | 1000100 | 10010 | 1001100 | 111101 | 110110 |
Color Harmonies of #ACD143
Complementary color
Monochromatic Colors of #ACD143
Black with #ACD143
Text Example
Text Example
White with #ACD143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD143; }
p { color: rgb(172,209,67); }
H1.HeaderClassName
{
color: #ACD143;
}
.AnyTagClassName
{
color: #ACD143;
}
</style>
background-color css
<style>
a { background-color: #ACD143; }
a { background-color: rgb(172,209,67); }
div.DivClassName
{
background-color: #ACD143;
}
.BgClassName
{
background-color: #ACD143;
}
</style>
border-color css
<style>
span { border-color: #ACD143; }
span { border-color: rgb(172,209,67); }
td.TdClassName
{
border-color: #ACD143;
}
.TagClassName
{
border-color: #ACD143;
}
</style>