Shades of Atlantis #ACD632
Tints of Atlantis #ACD632
RGB
CMYK
RGB Variations
Color information
#ACD632 (or 0xACD632) is known color: Atlantis. HEX triplet: AC, D6 and 32. RGB value is (172,214,50). Sum of RGB (Red+Green+Blue) = 172+214+50=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD632 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD632 is #5329CD. Grayscale: #B7B7B7. Windows color (decimal): -5450190 or 3331756. OLE color: 3331756.
HSL color Cylindrical-coordinate representation of color #ACD632: hue angle of 75.37º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ACD632 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 50 | - |
| CMYK | 0.20 | 0 | 0.77 | 0.16 |
| HSL | 75.37º | 0.67% | 0.52% | - |
| HSV(B) | 75.37º | 0.77% | 0.84% | - |
| XYZ | 41.64 | 57.09 | 11.84 | - |
| YUV | 182.75 | 53.09 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 50 | 0.20 | 0 | 0.77 | 0.16 | 75.37 | 0.67 | 0.52 |
| Hex | AC | D6 | 32 | 14 | 0 | 4D | 10 | 4B | 43 | 34 |
| Octal | 254 | 326 | 62 | 24 | 0 | 115 | 20 | 113 | 103 | 64 |
| Binary | 10101100 | 11010110 | 110010 | 10100 | 0 | 1001101 | 10000 | 1001011 | 1000011 | 110100 |
Color Harmonies of #ACD632
Complementary color
Monochromatic Colors of #ACD632
Black with #ACD632
Text Example
Text Example
White with #ACD632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD632; }
p { color: rgb(172,214,50); }
H1.HeaderClassName
{
color: #ACD632;
}
.AnyTagClassName
{
color: #ACD632;
}
</style>
background-color css
<style>
a { background-color: #ACD632; }
a { background-color: rgb(172,214,50); }
div.DivClassName
{
background-color: #ACD632;
}
.BgClassName
{
background-color: #ACD632;
}
</style>
border-color css
<style>
span { border-color: #ACD632; }
span { border-color: rgb(172,214,50); }
td.TdClassName
{
border-color: #ACD632;
}
.TagClassName
{
border-color: #ACD632;
}
</style>