Shades of Atlantis #ACD83F
Tints of Atlantis #ACD83F
RGB
CMYK
RGB Variations
Color information
#ACD83F (or 0xACD83F) is known color: Atlantis. HEX triplet: AC, D8 and 3F. RGB value is (172,216,63). Sum of RGB (Red+Green+Blue) = 172+216+63=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 216 (84.77% from 255 or 47.89% from 451); Blue value is 63 (25% from 255 or 13.97% from 451); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD83F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD83F is #5327C0. Grayscale: #B9B9B9. Windows color (decimal): -5449665 or 4184236. OLE color: 4184236.
HSL color Cylindrical-coordinate representation of color #ACD83F: hue angle of 77.25º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACD83F is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 63 | - |
| CMYK | 0.20 | 0 | 0.71 | 0.15 |
| HSL | 77.25º | 0.66% | 0.55% | - |
| HSV(B) | 77.25º | 0.71% | 0.85% | - |
| XYZ | 42.47 | 58.24 | 13.71 | - |
| YUV | 185.4 | 58.92 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 63 | 0.20 | 0 | 0.71 | 0.15 | 77.25 | 0.66 | 0.55 |
| Hex | AC | D8 | 3F | 14 | 0 | 47 | F | 4D | 42 | 37 |
| Octal | 254 | 330 | 77 | 24 | 0 | 107 | 17 | 115 | 102 | 67 |
| Binary | 10101100 | 11011000 | 111111 | 10100 | 0 | 1000111 | 1111 | 1001101 | 1000010 | 110111 |
Color Harmonies of #ACD83F
Complementary color
Monochromatic Colors of #ACD83F
Black with #ACD83F
Text Example
Text Example
White with #ACD83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD83F; }
p { color: rgb(172,216,63); }
H1.HeaderClassName
{
color: #ACD83F;
}
.AnyTagClassName
{
color: #ACD83F;
}
</style>
background-color css
<style>
a { background-color: #ACD83F; }
a { background-color: rgb(172,216,63); }
div.DivClassName
{
background-color: #ACD83F;
}
.BgClassName
{
background-color: #ACD83F;
}
</style>
border-color css
<style>
span { border-color: #ACD83F; }
span { border-color: rgb(172,216,63); }
td.TdClassName
{
border-color: #ACD83F;
}
.TagClassName
{
border-color: #ACD83F;
}
</style>