Shades of Atlantis #ACD633
Tints of Atlantis #ACD633
RGB
CMYK
RGB Variations
Color information
#ACD633 (or 0xACD633) is known color: Atlantis. HEX triplet: AC, D6 and 33. RGB value is (172,214,51). Sum of RGB (Red+Green+Blue) = 172+214+51=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 214 (83.98% from 255 or 48.97% from 437); Blue value is 51 (20.31% from 255 or 11.67% from 437); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD633 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD633 is #5329CC. Grayscale: #B7B7B7. Windows color (decimal): -5450189 or 3397292. OLE color: 3397292.
HSL color Cylindrical-coordinate representation of color #ACD633: hue angle of 75.46º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACD633 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 51 | - |
| CMYK | 0.20 | 0 | 0.76 | 0.16 |
| HSL | 75.46º | 0.67% | 0.52% | - |
| HSV(B) | 75.46º | 0.76% | 0.84% | - |
| XYZ | 41.66 | 57.1 | 11.96 | - |
| YUV | 182.86 | 53.59 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 51 | 0.20 | 0 | 0.76 | 0.16 | 75.46 | 0.67 | 0.52 |
| Hex | AC | D6 | 33 | 14 | 0 | 4C | 10 | 4B | 43 | 34 |
| Octal | 254 | 326 | 63 | 24 | 0 | 114 | 20 | 113 | 103 | 64 |
| Binary | 10101100 | 11010110 | 110011 | 10100 | 0 | 1001100 | 10000 | 1001011 | 1000011 | 110100 |
Color Harmonies of #ACD633
Complementary color
Monochromatic Colors of #ACD633
Black with #ACD633
Text Example
Text Example
White with #ACD633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD633; }
p { color: rgb(172,214,51); }
H1.HeaderClassName
{
color: #ACD633;
}
.AnyTagClassName
{
color: #ACD633;
}
</style>
background-color css
<style>
a { background-color: #ACD633; }
a { background-color: rgb(172,214,51); }
div.DivClassName
{
background-color: #ACD633;
}
.BgClassName
{
background-color: #ACD633;
}
</style>
border-color css
<style>
span { border-color: #ACD633; }
span { border-color: rgb(172,214,51); }
td.TdClassName
{
border-color: #ACD633;
}
.TagClassName
{
border-color: #ACD633;
}
</style>