Shades of Atlantis #ACC938
Tints of Atlantis #ACC938
RGB
CMYK
RGB Variations
Color information
#ACC938 (or 0xACC938) is known color: Atlantis. HEX triplet: AC, C9 and 38. RGB value is (172,201,56). Sum of RGB (Red+Green+Blue) = 172+201+56=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 56 (22.27% from 255 or 13.05% from 429); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC938 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC938 is #5336C7. Grayscale: #B0B0B0. Windows color (decimal): -5453512 or 3721644. OLE color: 3721644.
HSL color Cylindrical-coordinate representation of color #ACC938: hue angle of 72º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACC938 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 56 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.21 |
| HSL | 72º | 0.57% | 0.5% | - |
| HSV(B) | 72º | 0.72% | 0.79% | - |
| XYZ | 38.61 | 50.83 | 11.52 | - |
| YUV | 175.8 | 60.39 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 56 | 0.14 | 0 | 0.72 | 0.21 | 72 | 0.57 | 0.5 |
| Hex | AC | C9 | 38 | E | 0 | 48 | 15 | 48 | 39 | 32 |
| Octal | 254 | 311 | 70 | 16 | 0 | 110 | 25 | 110 | 71 | 62 |
| Binary | 10101100 | 11001001 | 111000 | 1110 | 0 | 1001000 | 10101 | 1001000 | 111001 | 110010 |
Color Harmonies of #ACC938
Complementary color
Monochromatic Colors of #ACC938
Black with #ACC938
Text Example
Text Example
White with #ACC938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC938; }
p { color: rgb(172,201,56); }
H1.HeaderClassName
{
color: #ACC938;
}
.AnyTagClassName
{
color: #ACC938;
}
</style>
background-color css
<style>
a { background-color: #ACC938; }
a { background-color: rgb(172,201,56); }
div.DivClassName
{
background-color: #ACC938;
}
.BgClassName
{
background-color: #ACC938;
}
</style>
border-color css
<style>
span { border-color: #ACC938; }
span { border-color: rgb(172,201,56); }
td.TdClassName
{
border-color: #ACC938;
}
.TagClassName
{
border-color: #ACC938;
}
</style>