Shades of Atlantis #ACD53D
Tints of Atlantis #ACD53D
RGB
CMYK
RGB Variations
Color information
#ACD53D (or 0xACD53D) is known color: Atlantis. HEX triplet: AC, D5 and 3D. RGB value is (172,213,61). Sum of RGB (Red+Green+Blue) = 172+213+61=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 61 (24.22% from 255 or 13.68% from 446); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD53D is #532AC2. Grayscale: #B7B7B7. Windows color (decimal): -5450435 or 4052396. OLE color: 4052396.
HSL color Cylindrical-coordinate representation of color #ACD53D: hue angle of 76.18º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACD53D is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 61 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.16 |
| HSL | 76.18º | 0.64% | 0.54% | - |
| HSV(B) | 76.18º | 0.71% | 0.84% | - |
| XYZ | 41.65 | 56.7 | 13.16 | - |
| YUV | 183.41 | 58.92 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 61 | 0.19 | 0 | 0.71 | 0.16 | 76.18 | 0.64 | 0.54 |
| Hex | AC | D5 | 3D | 13 | 0 | 47 | 10 | 4C | 40 | 36 |
| Octal | 254 | 325 | 75 | 23 | 0 | 107 | 20 | 114 | 100 | 66 |
| Binary | 10101100 | 11010101 | 111101 | 10011 | 0 | 1000111 | 10000 | 1001100 | 1000000 | 110110 |
Color Harmonies of #ACD53D
Complementary color
Monochromatic Colors of #ACD53D
Black with #ACD53D
Text Example
Text Example
White with #ACD53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD53D; }
p { color: rgb(172,213,61); }
H1.HeaderClassName
{
color: #ACD53D;
}
.AnyTagClassName
{
color: #ACD53D;
}
</style>
background-color css
<style>
a { background-color: #ACD53D; }
a { background-color: rgb(172,213,61); }
div.DivClassName
{
background-color: #ACD53D;
}
.BgClassName
{
background-color: #ACD53D;
}
</style>
border-color css
<style>
span { border-color: #ACD53D; }
span { border-color: rgb(172,213,61); }
td.TdClassName
{
border-color: #ACD53D;
}
.TagClassName
{
border-color: #ACD53D;
}
</style>