Shades of Atlantis #ACD83A
Tints of Atlantis #ACD83A
RGB
CMYK
RGB Variations
Color information
#ACD83A (or 0xACD83A) is known color: Atlantis. HEX triplet: AC, D8 and 3A. RGB value is (172,216,58). Sum of RGB (Red+Green+Blue) = 172+216+58=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 216 (84.77% from 255 or 48.43% from 446); Blue value is 58 (23.05% from 255 or 13.00% from 446); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD83A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD83A is #5327C5. Grayscale: #B9B9B9. Windows color (decimal): -5449670 or 3856556. OLE color: 3856556.
HSL color Cylindrical-coordinate representation of color #ACD83A: hue angle of 76.71º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACD83A is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 58 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.15 |
| HSL | 76.71º | 0.67% | 0.54% | - |
| HSV(B) | 76.71º | 0.73% | 0.85% | - |
| XYZ | 42.33 | 58.19 | 13 | - |
| YUV | 184.83 | 56.42 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 58 | 0.20 | 0 | 0.73 | 0.15 | 76.71 | 0.67 | 0.54 |
| Hex | AC | D8 | 3A | 14 | 0 | 49 | F | 4D | 43 | 36 |
| Octal | 254 | 330 | 72 | 24 | 0 | 111 | 17 | 115 | 103 | 66 |
| Binary | 10101100 | 11011000 | 111010 | 10100 | 0 | 1001001 | 1111 | 1001101 | 1000011 | 110110 |
Color Harmonies of #ACD83A
Complementary color
Monochromatic Colors of #ACD83A
Black with #ACD83A
Text Example
Text Example
White with #ACD83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD83A; }
p { color: rgb(172,216,58); }
H1.HeaderClassName
{
color: #ACD83A;
}
.AnyTagClassName
{
color: #ACD83A;
}
</style>
background-color css
<style>
a { background-color: #ACD83A; }
a { background-color: rgb(172,216,58); }
div.DivClassName
{
background-color: #ACD83A;
}
.BgClassName
{
background-color: #ACD83A;
}
</style>
border-color css
<style>
span { border-color: #ACD83A; }
span { border-color: rgb(172,216,58); }
td.TdClassName
{
border-color: #ACD83A;
}
.TagClassName
{
border-color: #ACD83A;
}
</style>