Shades of Atlantis #ACD73D
Tints of Atlantis #ACD73D
RGB
CMYK
RGB Variations
Color information
#ACD73D (or 0xACD73D) is known color: Atlantis. HEX triplet: AC, D7 and 3D. RGB value is (172,215,61). Sum of RGB (Red+Green+Blue) = 172+215+61=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 215 (84.38% from 255 or 47.99% from 448); Blue value is 61 (24.22% from 255 or 13.62% from 448); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD73D is #5328C2. Grayscale: #B9B9B9. Windows color (decimal): -5449923 or 4052908. OLE color: 4052908.
HSL color Cylindrical-coordinate representation of color #ACD73D: hue angle of 76.75º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACD73D is Cyan = 0.2, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 61 | - |
| CMYK | 0.2 | 0 | 0.72 | 0.16 |
| HSL | 76.75º | 0.66% | 0.54% | - |
| HSV(B) | 76.75º | 0.72% | 0.84% | - |
| XYZ | 42.16 | 57.71 | 13.33 | - |
| YUV | 184.59 | 58.25 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 61 | 0.2 | 0 | 0.72 | 0.16 | 76.75 | 0.66 | 0.54 |
| Hex | AC | D7 | 3D | 14 | 0 | 48 | 10 | 4D | 42 | 36 |
| Octal | 254 | 327 | 75 | 24 | 0 | 110 | 20 | 115 | 102 | 66 |
| Binary | 10101100 | 11010111 | 111101 | 10100 | 0 | 1001000 | 10000 | 1001101 | 1000010 | 110110 |
Color Harmonies of #ACD73D
Complementary color
Monochromatic Colors of #ACD73D
Black with #ACD73D
Text Example
Text Example
White with #ACD73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD73D; }
p { color: rgb(172,215,61); }
H1.HeaderClassName
{
color: #ACD73D;
}
.AnyTagClassName
{
color: #ACD73D;
}
</style>
background-color css
<style>
a { background-color: #ACD73D; }
a { background-color: rgb(172,215,61); }
div.DivClassName
{
background-color: #ACD73D;
}
.BgClassName
{
background-color: #ACD73D;
}
</style>
border-color css
<style>
span { border-color: #ACD73D; }
span { border-color: rgb(172,215,61); }
td.TdClassName
{
border-color: #ACD73D;
}
.TagClassName
{
border-color: #ACD73D;
}
</style>