Shades of Atlantis #ACD03A
Tints of Atlantis #ACD03A
RGB
CMYK
RGB Variations
Color information
#ACD03A (or 0xACD03A) is known color: Atlantis. HEX triplet: AC, D0 and 3A. RGB value is (172,208,58). Sum of RGB (Red+Green+Blue) = 172+208+58=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 58 (23.05% from 255 or 13.24% from 438); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD03A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD03A is #532FC5. Grayscale: #B4B4B4. Windows color (decimal): -5451718 or 3854508. OLE color: 3854508.
HSL color Cylindrical-coordinate representation of color #ACD03A: hue angle of 74.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACD03A is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 58 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.18 |
| HSL | 74.4º | 0.61% | 0.52% | - |
| HSV(B) | 74.4º | 0.72% | 0.82% | - |
| XYZ | 40.33 | 54.19 | 12.34 | - |
| YUV | 180.14 | 59.07 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 58 | 0.17 | 0 | 0.72 | 0.18 | 74.4 | 0.61 | 0.52 |
| Hex | AC | D0 | 3A | 11 | 0 | 48 | 12 | 4A | 3D | 34 |
| Octal | 254 | 320 | 72 | 21 | 0 | 110 | 22 | 112 | 75 | 64 |
| Binary | 10101100 | 11010000 | 111010 | 10001 | 0 | 1001000 | 10010 | 1001010 | 111101 | 110100 |
Color Harmonies of #ACD03A
Complementary color
Monochromatic Colors of #ACD03A
Black with #ACD03A
Text Example
Text Example
White with #ACD03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD03A; }
p { color: rgb(172,208,58); }
H1.HeaderClassName
{
color: #ACD03A;
}
.AnyTagClassName
{
color: #ACD03A;
}
</style>
background-color css
<style>
a { background-color: #ACD03A; }
a { background-color: rgb(172,208,58); }
div.DivClassName
{
background-color: #ACD03A;
}
.BgClassName
{
background-color: #ACD03A;
}
</style>
border-color css
<style>
span { border-color: #ACD03A; }
span { border-color: rgb(172,208,58); }
td.TdClassName
{
border-color: #ACD03A;
}
.TagClassName
{
border-color: #ACD03A;
}
</style>