Shades of Atlantis #ACD639
Tints of Atlantis #ACD639
RGB
CMYK
RGB Variations
Color information
#ACD639 (or 0xACD639) is known color: Atlantis. HEX triplet: AC, D6 and 39. RGB value is (172,214,57). Sum of RGB (Red+Green+Blue) = 172+214+57=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 57 (22.66% from 255 or 12.87% from 443); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD639 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD639 is #5329C6. Grayscale: #B8B8B8. Windows color (decimal): -5450183 or 3790508. OLE color: 3790508.
HSL color Cylindrical-coordinate representation of color #ACD639: hue angle of 76.05º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACD639 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 57 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.16 |
| HSL | 76.05º | 0.66% | 0.53% | - |
| HSV(B) | 76.05º | 0.73% | 0.84% | - |
| XYZ | 41.8 | 57.16 | 12.7 | - |
| YUV | 183.54 | 56.59 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 57 | 0.20 | 0 | 0.73 | 0.16 | 76.05 | 0.66 | 0.53 |
| Hex | AC | D6 | 39 | 14 | 0 | 49 | 10 | 4C | 42 | 35 |
| Octal | 254 | 326 | 71 | 24 | 0 | 111 | 20 | 114 | 102 | 65 |
| Binary | 10101100 | 11010110 | 111001 | 10100 | 0 | 1001001 | 10000 | 1001100 | 1000010 | 110101 |
Color Harmonies of #ACD639
Complementary color
Monochromatic Colors of #ACD639
Black with #ACD639
Text Example
Text Example
White with #ACD639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD639; }
p { color: rgb(172,214,57); }
H1.HeaderClassName
{
color: #ACD639;
}
.AnyTagClassName
{
color: #ACD639;
}
</style>
background-color css
<style>
a { background-color: #ACD639; }
a { background-color: rgb(172,214,57); }
div.DivClassName
{
background-color: #ACD639;
}
.BgClassName
{
background-color: #ACD639;
}
</style>
border-color css
<style>
span { border-color: #ACD639; }
span { border-color: rgb(172,214,57); }
td.TdClassName
{
border-color: #ACD639;
}
.TagClassName
{
border-color: #ACD639;
}
</style>