Shades of Atlantis #ACD738
Tints of Atlantis #ACD738
RGB
CMYK
RGB Variations
Color information
#ACD738 (or 0xACD738) is known color: Atlantis. HEX triplet: AC, D7 and 38. RGB value is (172,215,56). Sum of RGB (Red+Green+Blue) = 172+215+56=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 215 (84.38% from 255 or 48.53% from 443); Blue value is 56 (22.27% from 255 or 12.64% from 443); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD738 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD738 is #5328C7. Grayscale: #B8B8B8. Windows color (decimal): -5449928 or 3725228. OLE color: 3725228.
HSL color Cylindrical-coordinate representation of color #ACD738: hue angle of 76.23º degrees, saturation: 0.67, 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 #ACD738 is Cyan = 0.2, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 56 | - |
| CMYK | 0.2 | 0 | 0.74 | 0.16 |
| HSL | 76.23º | 0.67% | 0.53% | - |
| HSV(B) | 76.23º | 0.74% | 0.84% | - |
| XYZ | 42.03 | 57.66 | 12.66 | - |
| YUV | 184.02 | 55.75 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 56 | 0.2 | 0 | 0.74 | 0.16 | 76.23 | 0.67 | 0.53 |
| Hex | AC | D7 | 38 | 14 | 0 | 4A | 10 | 4C | 43 | 35 |
| Octal | 254 | 327 | 70 | 24 | 0 | 112 | 20 | 114 | 103 | 65 |
| Binary | 10101100 | 11010111 | 111000 | 10100 | 0 | 1001010 | 10000 | 1001100 | 1000011 | 110101 |
Color Harmonies of #ACD738
Complementary color
Monochromatic Colors of #ACD738
Black with #ACD738
Text Example
Text Example
White with #ACD738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD738; }
p { color: rgb(172,215,56); }
H1.HeaderClassName
{
color: #ACD738;
}
.AnyTagClassName
{
color: #ACD738;
}
</style>
background-color css
<style>
a { background-color: #ACD738; }
a { background-color: rgb(172,215,56); }
div.DivClassName
{
background-color: #ACD738;
}
.BgClassName
{
background-color: #ACD738;
}
</style>
border-color css
<style>
span { border-color: #ACD738; }
span { border-color: rgb(172,215,56); }
td.TdClassName
{
border-color: #ACD738;
}
.TagClassName
{
border-color: #ACD738;
}
</style>