Shades of Atlantis #ACD13B
Tints of Atlantis #ACD13B
RGB
CMYK
RGB Variations
Color information
#ACD13B (or 0xACD13B) is known color: Atlantis. HEX triplet: AC, D1 and 3B. RGB value is (172,209,59). Sum of RGB (Red+Green+Blue) = 172+209+59=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 209 (82.03% from 255 or 47.5% from 440); Blue value is 59 (23.44% from 255 or 13.41% from 440); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD13B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD13B is #532EC4. Grayscale: #B5B5B5. Windows color (decimal): -5451461 or 3920300. OLE color: 3920300.
HSL color Cylindrical-coordinate representation of color #ACD13B: hue angle of 74.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACD13B is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 59 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.18 |
| HSL | 74.8º | 0.62% | 0.53% | - |
| HSV(B) | 74.8º | 0.72% | 0.82% | - |
| XYZ | 40.6 | 54.69 | 12.55 | - |
| YUV | 180.84 | 59.24 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 59 | 0.18 | 0 | 0.72 | 0.18 | 74.8 | 0.62 | 0.53 |
| Hex | AC | D1 | 3B | 12 | 0 | 48 | 12 | 4B | 3E | 35 |
| Octal | 254 | 321 | 73 | 22 | 0 | 110 | 22 | 113 | 76 | 65 |
| Binary | 10101100 | 11010001 | 111011 | 10010 | 0 | 1001000 | 10010 | 1001011 | 111110 | 110101 |
Color Harmonies of #ACD13B
Complementary color
Monochromatic Colors of #ACD13B
Black with #ACD13B
Text Example
Text Example
White with #ACD13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD13B; }
p { color: rgb(172,209,59); }
H1.HeaderClassName
{
color: #ACD13B;
}
.AnyTagClassName
{
color: #ACD13B;
}
</style>
background-color css
<style>
a { background-color: #ACD13B; }
a { background-color: rgb(172,209,59); }
div.DivClassName
{
background-color: #ACD13B;
}
.BgClassName
{
background-color: #ACD13B;
}
</style>
border-color css
<style>
span { border-color: #ACD13B; }
span { border-color: rgb(172,209,59); }
td.TdClassName
{
border-color: #ACD13B;
}
.TagClassName
{
border-color: #ACD13B;
}
</style>