Shades of Atlantis #ACD63C
Tints of Atlantis #ACD63C
RGB
CMYK
RGB Variations
Color information
#ACD63C (or 0xACD63C) is known color: Atlantis. HEX triplet: AC, D6 and 3C. RGB value is (172,214,60). Sum of RGB (Red+Green+Blue) = 172+214+60=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 214 (83.98% from 255 or 47.98% from 446); Blue value is 60 (23.83% from 255 or 13.45% from 446); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD63C is #5329C3. Grayscale: #B8B8B8. Windows color (decimal): -5450180 or 3987116. OLE color: 3987116.
HSL color Cylindrical-coordinate representation of color #ACD63C: hue angle of 76.36º degrees, saturation: 0.65, 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 #ACD63C is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 60 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.16 |
| HSL | 76.36º | 0.65% | 0.54% | - |
| HSV(B) | 76.36º | 0.72% | 0.84% | - |
| XYZ | 41.88 | 57.19 | 13.11 | - |
| YUV | 183.89 | 58.09 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 60 | 0.20 | 0 | 0.72 | 0.16 | 76.36 | 0.65 | 0.54 |
| Hex | AC | D6 | 3C | 14 | 0 | 48 | 10 | 4C | 41 | 36 |
| Octal | 254 | 326 | 74 | 24 | 0 | 110 | 20 | 114 | 101 | 66 |
| Binary | 10101100 | 11010110 | 111100 | 10100 | 0 | 1001000 | 10000 | 1001100 | 1000001 | 110110 |
Color Harmonies of #ACD63C
Complementary color
Monochromatic Colors of #ACD63C
Black with #ACD63C
Text Example
Text Example
White with #ACD63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD63C; }
p { color: rgb(172,214,60); }
H1.HeaderClassName
{
color: #ACD63C;
}
.AnyTagClassName
{
color: #ACD63C;
}
</style>
background-color css
<style>
a { background-color: #ACD63C; }
a { background-color: rgb(172,214,60); }
div.DivClassName
{
background-color: #ACD63C;
}
.BgClassName
{
background-color: #ACD63C;
}
</style>
border-color css
<style>
span { border-color: #ACD63C; }
span { border-color: rgb(172,214,60); }
td.TdClassName
{
border-color: #ACD63C;
}
.TagClassName
{
border-color: #ACD63C;
}
</style>