Shades of Atlantis #ACD73B
Tints of Atlantis #ACD73B
RGB
CMYK
RGB Variations
Color information
#ACD73B (or 0xACD73B) is known color: Atlantis. HEX triplet: AC, D7 and 3B. RGB value is (172,215,59). Sum of RGB (Red+Green+Blue) = 172+215+59=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 215 (84.38% from 255 or 48.21% from 446); Blue value is 59 (23.44% from 255 or 13.23% from 446); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD73B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD73B is #5328C4. Grayscale: #B8B8B8. Windows color (decimal): -5449925 or 3921836. OLE color: 3921836.
HSL color Cylindrical-coordinate representation of color #ACD73B: hue angle of 76.54º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACD73B is Cyan = 0.2, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 59 | - |
| CMYK | 0.2 | 0 | 0.73 | 0.16 |
| HSL | 76.54º | 0.66% | 0.54% | - |
| HSV(B) | 76.54º | 0.73% | 0.84% | - |
| XYZ | 42.1 | 57.69 | 13.05 | - |
| YUV | 184.36 | 57.25 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 59 | 0.2 | 0 | 0.73 | 0.16 | 76.54 | 0.66 | 0.54 |
| Hex | AC | D7 | 3B | 14 | 0 | 49 | 10 | 4D | 42 | 36 |
| Octal | 254 | 327 | 73 | 24 | 0 | 111 | 20 | 115 | 102 | 66 |
| Binary | 10101100 | 11010111 | 111011 | 10100 | 0 | 1001001 | 10000 | 1001101 | 1000010 | 110110 |
Color Harmonies of #ACD73B
Complementary color
Monochromatic Colors of #ACD73B
Black with #ACD73B
Text Example
Text Example
White with #ACD73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD73B; }
p { color: rgb(172,215,59); }
H1.HeaderClassName
{
color: #ACD73B;
}
.AnyTagClassName
{
color: #ACD73B;
}
</style>
background-color css
<style>
a { background-color: #ACD73B; }
a { background-color: rgb(172,215,59); }
div.DivClassName
{
background-color: #ACD73B;
}
.BgClassName
{
background-color: #ACD73B;
}
</style>
border-color css
<style>
span { border-color: #ACD73B; }
span { border-color: rgb(172,215,59); }
td.TdClassName
{
border-color: #ACD73B;
}
.TagClassName
{
border-color: #ACD73B;
}
</style>