Shades of Atlantis #ACD33A
Tints of Atlantis #ACD33A
RGB
CMYK
RGB Variations
Color information
#ACD33A (or 0xACD33A) is known color: Atlantis. HEX triplet: AC, D3 and 3A. RGB value is (172,211,58). Sum of RGB (Red+Green+Blue) = 172+211+58=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 211 (82.81% from 255 or 47.85% from 441); Blue value is 58 (23.05% from 255 or 13.15% from 441); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD33A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD33A is #532CC5. Grayscale: #B6B6B6. Windows color (decimal): -5450950 or 3855276. OLE color: 3855276.
HSL color Cylindrical-coordinate representation of color #ACD33A: hue angle of 75.29º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACD33A is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 58 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.17 |
| HSL | 75.29º | 0.63% | 0.53% | - |
| HSV(B) | 75.29º | 0.73% | 0.83% | - |
| XYZ | 41.07 | 55.66 | 12.58 | - |
| YUV | 181.9 | 58.08 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 58 | 0.18 | 0 | 0.73 | 0.17 | 75.29 | 0.63 | 0.53 |
| Hex | AC | D3 | 3A | 12 | 0 | 49 | 11 | 4B | 3F | 35 |
| Octal | 254 | 323 | 72 | 22 | 0 | 111 | 21 | 113 | 77 | 65 |
| Binary | 10101100 | 11010011 | 111010 | 10010 | 0 | 1001001 | 10001 | 1001011 | 111111 | 110101 |
Color Harmonies of #ACD33A
Complementary color
Monochromatic Colors of #ACD33A
Black with #ACD33A
Text Example
Text Example
White with #ACD33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD33A; }
p { color: rgb(172,211,58); }
H1.HeaderClassName
{
color: #ACD33A;
}
.AnyTagClassName
{
color: #ACD33A;
}
</style>
background-color css
<style>
a { background-color: #ACD33A; }
a { background-color: rgb(172,211,58); }
div.DivClassName
{
background-color: #ACD33A;
}
.BgClassName
{
background-color: #ACD33A;
}
</style>
border-color css
<style>
span { border-color: #ACD33A; }
span { border-color: rgb(172,211,58); }
td.TdClassName
{
border-color: #ACD33A;
}
.TagClassName
{
border-color: #ACD33A;
}
</style>