Shades of Atlantis #ACD53F
Tints of Atlantis #ACD53F
RGB
CMYK
RGB Variations
Color information
#ACD53F (or 0xACD53F) is known color: Atlantis. HEX triplet: AC, D5 and 3F. RGB value is (172,213,63). Sum of RGB (Red+Green+Blue) = 172+213+63=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 63 (25% from 255 or 14.06% from 448); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD53F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD53F is #532AC0. Grayscale: #B8B8B8. Windows color (decimal): -5450433 or 4183468. OLE color: 4183468.
HSL color Cylindrical-coordinate representation of color #ACD53F: hue angle of 76.4º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACD53F is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 63 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.16 |
| HSL | 76.4º | 0.64% | 0.54% | - |
| HSV(B) | 76.4º | 0.7% | 0.84% | - |
| XYZ | 41.7 | 56.72 | 13.45 | - |
| YUV | 183.64 | 59.92 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 63 | 0.19 | 0 | 0.70 | 0.16 | 76.4 | 0.64 | 0.54 |
| Hex | AC | D5 | 3F | 13 | 0 | 46 | 10 | 4C | 40 | 36 |
| Octal | 254 | 325 | 77 | 23 | 0 | 106 | 20 | 114 | 100 | 66 |
| Binary | 10101100 | 11010101 | 111111 | 10011 | 0 | 1000110 | 10000 | 1001100 | 1000000 | 110110 |
Color Harmonies of #ACD53F
Complementary color
Monochromatic Colors of #ACD53F
Black with #ACD53F
Text Example
Text Example
White with #ACD53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD53F; }
p { color: rgb(172,213,63); }
H1.HeaderClassName
{
color: #ACD53F;
}
.AnyTagClassName
{
color: #ACD53F;
}
</style>
background-color css
<style>
a { background-color: #ACD53F; }
a { background-color: rgb(172,213,63); }
div.DivClassName
{
background-color: #ACD53F;
}
.BgClassName
{
background-color: #ACD53F;
}
</style>
border-color css
<style>
span { border-color: #ACD53F; }
span { border-color: rgb(172,213,63); }
td.TdClassName
{
border-color: #ACD53F;
}
.TagClassName
{
border-color: #ACD53F;
}
</style>