Shades of Atlantis #ACD03E
Tints of Atlantis #ACD03E
RGB
CMYK
RGB Variations
Color information
#ACD03E (or 0xACD03E) is known color: Atlantis. HEX triplet: AC, D0 and 3E. RGB value is (172,208,62). Sum of RGB (Red+Green+Blue) = 172+208+62=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 208 (81.64% from 255 or 47.06% from 442); Blue value is 62 (24.61% from 255 or 14.03% from 442); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD03E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD03E is #532FC1. Grayscale: #B5B5B5. Windows color (decimal): -5451714 or 4116652. OLE color: 4116652.
HSL color Cylindrical-coordinate representation of color #ACD03E: hue angle of 74.79º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACD03E is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 62 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.18 |
| HSL | 74.79º | 0.61% | 0.53% | - |
| HSV(B) | 74.79º | 0.7% | 0.82% | - |
| XYZ | 40.44 | 54.23 | 12.89 | - |
| YUV | 180.59 | 61.07 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 62 | 0.17 | 0 | 0.70 | 0.18 | 74.79 | 0.61 | 0.53 |
| Hex | AC | D0 | 3E | 11 | 0 | 46 | 12 | 4B | 3D | 35 |
| Octal | 254 | 320 | 76 | 21 | 0 | 106 | 22 | 113 | 75 | 65 |
| Binary | 10101100 | 11010000 | 111110 | 10001 | 0 | 1000110 | 10010 | 1001011 | 111101 | 110101 |
Color Harmonies of #ACD03E
Complementary color
Monochromatic Colors of #ACD03E
Black with #ACD03E
Text Example
Text Example
White with #ACD03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD03E; }
p { color: rgb(172,208,62); }
H1.HeaderClassName
{
color: #ACD03E;
}
.AnyTagClassName
{
color: #ACD03E;
}
</style>
background-color css
<style>
a { background-color: #ACD03E; }
a { background-color: rgb(172,208,62); }
div.DivClassName
{
background-color: #ACD03E;
}
.BgClassName
{
background-color: #ACD03E;
}
</style>
border-color css
<style>
span { border-color: #ACD03E; }
span { border-color: rgb(172,208,62); }
td.TdClassName
{
border-color: #ACD03E;
}
.TagClassName
{
border-color: #ACD03E;
}
</style>