Shades of Atlantis #ACCD42
Tints of Atlantis #ACCD42
RGB
CMYK
RGB Variations
Color information
#ACCD42 (or 0xACCD42) is known color: Atlantis. HEX triplet: AC, CD and 42. RGB value is (172,205,66). Sum of RGB (Red+Green+Blue) = 172+205+66=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 66 (26.17% from 255 or 14.90% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCD42 is #5332BD. Grayscale: #B3B3B3. Windows color (decimal): -5452478 or 4378028. OLE color: 4378028.
HSL color Cylindrical-coordinate representation of color #ACCD42: hue angle of 74.24º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ACCD42 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 205 | 66 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.20 |
| HSL | 74.24º | 0.58% | 0.53% | - |
| HSV(B) | 74.24º | 0.68% | 0.8% | - |
| XYZ | 39.83 | 52.83 | 13.25 | - |
| YUV | 179.29 | 64.07 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 66 | 0.16 | 0 | 0.68 | 0.20 | 74.24 | 0.58 | 0.53 |
| Hex | AC | CD | 42 | 10 | 0 | 44 | 14 | 4A | 3A | 35 |
| Octal | 254 | 315 | 102 | 20 | 0 | 104 | 24 | 112 | 72 | 65 |
| Binary | 10101100 | 11001101 | 1000010 | 10000 | 0 | 1000100 | 10100 | 1001010 | 111010 | 110101 |
Color Harmonies of #ACCD42
Complementary color
Monochromatic Colors of #ACCD42
Black with #ACCD42
Text Example
Text Example
White with #ACCD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCD42; }
p { color: rgb(172,205,66); }
H1.HeaderClassName
{
color: #ACCD42;
}
.AnyTagClassName
{
color: #ACCD42;
}
</style>
background-color css
<style>
a { background-color: #ACCD42; }
a { background-color: rgb(172,205,66); }
div.DivClassName
{
background-color: #ACCD42;
}
.BgClassName
{
background-color: #ACCD42;
}
</style>
border-color css
<style>
span { border-color: #ACCD42; }
span { border-color: rgb(172,205,66); }
td.TdClassName
{
border-color: #ACCD42;
}
.TagClassName
{
border-color: #ACCD42;
}
</style>