Shades of Atlantis #ACD53A
Tints of Atlantis #ACD53A
RGB
CMYK
RGB Variations
Color information
#ACD53A (or 0xACD53A) is known color: Atlantis. HEX triplet: AC, D5 and 3A. RGB value is (172,213,58). Sum of RGB (Red+Green+Blue) = 172+213+58=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 58 (23.05% from 255 or 13.09% from 443); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD53A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD53A is #532AC5. Grayscale: #B7B7B7. Windows color (decimal): -5450438 or 3855788. OLE color: 3855788.
HSL color Cylindrical-coordinate representation of color #ACD53A: hue angle of 75.87º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACD53A is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 58 | - |
| CMYK | 0.19 | 0 | 0.73 | 0.16 |
| HSL | 75.87º | 0.65% | 0.53% | - |
| HSV(B) | 75.87º | 0.73% | 0.84% | - |
| XYZ | 41.57 | 56.66 | 12.75 | - |
| YUV | 183.07 | 57.42 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 58 | 0.19 | 0 | 0.73 | 0.16 | 75.87 | 0.65 | 0.53 |
| Hex | AC | D5 | 3A | 13 | 0 | 49 | 10 | 4C | 41 | 35 |
| Octal | 254 | 325 | 72 | 23 | 0 | 111 | 20 | 114 | 101 | 65 |
| Binary | 10101100 | 11010101 | 111010 | 10011 | 0 | 1001001 | 10000 | 1001100 | 1000001 | 110101 |
Color Harmonies of #ACD53A
Complementary color
Monochromatic Colors of #ACD53A
Black with #ACD53A
Text Example
Text Example
White with #ACD53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD53A; }
p { color: rgb(172,213,58); }
H1.HeaderClassName
{
color: #ACD53A;
}
.AnyTagClassName
{
color: #ACD53A;
}
</style>
background-color css
<style>
a { background-color: #ACD53A; }
a { background-color: rgb(172,213,58); }
div.DivClassName
{
background-color: #ACD53A;
}
.BgClassName
{
background-color: #ACD53A;
}
</style>
border-color css
<style>
span { border-color: #ACD53A; }
span { border-color: rgb(172,213,58); }
td.TdClassName
{
border-color: #ACD53A;
}
.TagClassName
{
border-color: #ACD53A;
}
</style>