Shades of Atlantis #ACD438
Tints of Atlantis #ACD438
RGB
CMYK
RGB Variations
Color information
#ACD438 (or 0xACD438) is known color: Atlantis. HEX triplet: AC, D4 and 38. RGB value is (172,212,56). Sum of RGB (Red+Green+Blue) = 172+212+56=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 212 (83.20% from 255 or 48.18% from 440); Blue value is 56 (22.27% from 255 or 12.73% from 440); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD438 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD438 is #532BC7. Grayscale: #B6B6B6. Windows color (decimal): -5450696 or 3724460. OLE color: 3724460.
HSL color Cylindrical-coordinate representation of color #ACD438: hue angle of 75.38º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACD438 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 212 | 56 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.17 |
| HSL | 75.38º | 0.64% | 0.53% | - |
| HSV(B) | 75.38º | 0.74% | 0.83% | - |
| XYZ | 41.27 | 56.14 | 12.4 | - |
| YUV | 182.26 | 56.75 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 56 | 0.19 | 0 | 0.74 | 0.17 | 75.38 | 0.64 | 0.53 |
| Hex | AC | D4 | 38 | 13 | 0 | 4A | 11 | 4B | 40 | 35 |
| Octal | 254 | 324 | 70 | 23 | 0 | 112 | 21 | 113 | 100 | 65 |
| Binary | 10101100 | 11010100 | 111000 | 10011 | 0 | 1001010 | 10001 | 1001011 | 1000000 | 110101 |
Color Harmonies of #ACD438
Complementary color
Monochromatic Colors of #ACD438
Black with #ACD438
Text Example
Text Example
White with #ACD438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD438; }
p { color: rgb(172,212,56); }
H1.HeaderClassName
{
color: #ACD438;
}
.AnyTagClassName
{
color: #ACD438;
}
</style>
background-color css
<style>
a { background-color: #ACD438; }
a { background-color: rgb(172,212,56); }
div.DivClassName
{
background-color: #ACD438;
}
.BgClassName
{
background-color: #ACD438;
}
</style>
border-color css
<style>
span { border-color: #ACD438; }
span { border-color: rgb(172,212,56); }
td.TdClassName
{
border-color: #ACD438;
}
.TagClassName
{
border-color: #ACD438;
}
</style>