Shades of Atlantis #ACD637
Tints of Atlantis #ACD637
RGB
CMYK
RGB Variations
Color information
#ACD637 (or 0xACD637) is known color: Atlantis. HEX triplet: AC, D6 and 37. RGB value is (172,214,55). Sum of RGB (Red+Green+Blue) = 172+214+55=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 55 (21.88% from 255 or 12.47% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD637 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD637 is #5329C8. Grayscale: #B7B7B7. Windows color (decimal): -5450185 or 3659436. OLE color: 3659436.
HSL color Cylindrical-coordinate representation of color #ACD637: hue angle of 75.85º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACD637 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 55 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.16 |
| HSL | 75.85º | 0.66% | 0.53% | - |
| HSV(B) | 75.85º | 0.74% | 0.84% | - |
| XYZ | 41.75 | 57.14 | 12.44 | - |
| YUV | 183.32 | 55.59 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 55 | 0.20 | 0 | 0.74 | 0.16 | 75.85 | 0.66 | 0.53 |
| Hex | AC | D6 | 37 | 14 | 0 | 4A | 10 | 4C | 42 | 35 |
| Octal | 254 | 326 | 67 | 24 | 0 | 112 | 20 | 114 | 102 | 65 |
| Binary | 10101100 | 11010110 | 110111 | 10100 | 0 | 1001010 | 10000 | 1001100 | 1000010 | 110101 |
Color Harmonies of #ACD637
Complementary color
Monochromatic Colors of #ACD637
Black with #ACD637
Text Example
Text Example
White with #ACD637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD637; }
p { color: rgb(172,214,55); }
H1.HeaderClassName
{
color: #ACD637;
}
.AnyTagClassName
{
color: #ACD637;
}
</style>
background-color css
<style>
a { background-color: #ACD637; }
a { background-color: rgb(172,214,55); }
div.DivClassName
{
background-color: #ACD637;
}
.BgClassName
{
background-color: #ACD637;
}
</style>
border-color css
<style>
span { border-color: #ACD637; }
span { border-color: rgb(172,214,55); }
td.TdClassName
{
border-color: #ACD637;
}
.TagClassName
{
border-color: #ACD637;
}
</style>