Shades of Atlantis #ACD63E
Tints of Atlantis #ACD63E
RGB
CMYK
RGB Variations
Color information
#ACD63E (or 0xACD63E) is known color: Atlantis. HEX triplet: AC, D6 and 3E. RGB value is (172,214,62). Sum of RGB (Red+Green+Blue) = 172+214+62=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 214 (83.98% from 255 or 47.77% from 448); Blue value is 62 (24.61% from 255 or 13.84% from 448); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD63E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD63E is #5329C1. Grayscale: #B8B8B8. Windows color (decimal): -5450178 or 4118188. OLE color: 4118188.
HSL color Cylindrical-coordinate representation of color #ACD63E: hue angle of 76.58º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACD63E is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 62 | - |
| CMYK | 0.20 | 0 | 0.71 | 0.16 |
| HSL | 76.58º | 0.65% | 0.54% | - |
| HSV(B) | 76.58º | 0.71% | 0.84% | - |
| XYZ | 41.93 | 57.21 | 13.39 | - |
| YUV | 184.11 | 59.09 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 62 | 0.20 | 0 | 0.71 | 0.16 | 76.58 | 0.65 | 0.54 |
| Hex | AC | D6 | 3E | 14 | 0 | 47 | 10 | 4D | 41 | 36 |
| Octal | 254 | 326 | 76 | 24 | 0 | 107 | 20 | 115 | 101 | 66 |
| Binary | 10101100 | 11010110 | 111110 | 10100 | 0 | 1000111 | 10000 | 1001101 | 1000001 | 110110 |
Color Harmonies of #ACD63E
Complementary color
Monochromatic Colors of #ACD63E
Black with #ACD63E
Text Example
Text Example
White with #ACD63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD63E; }
p { color: rgb(172,214,62); }
H1.HeaderClassName
{
color: #ACD63E;
}
.AnyTagClassName
{
color: #ACD63E;
}
</style>
background-color css
<style>
a { background-color: #ACD63E; }
a { background-color: rgb(172,214,62); }
div.DivClassName
{
background-color: #ACD63E;
}
.BgClassName
{
background-color: #ACD63E;
}
</style>
border-color css
<style>
span { border-color: #ACD63E; }
span { border-color: rgb(172,214,62); }
td.TdClassName
{
border-color: #ACD63E;
}
.TagClassName
{
border-color: #ACD63E;
}
</style>