Shades of Atlantis #ACCC41
Tints of Atlantis #ACCC41
RGB
CMYK
RGB Variations
Color information
#ACCC41 (or 0xACCC41) is known color: Atlantis. HEX triplet: AC, CC and 41. RGB value is (172,204,65). Sum of RGB (Red+Green+Blue) = 172+204+65=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 65 (25.78% from 255 or 14.74% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCC41 is #5333BE. Grayscale: #B3B3B3. Windows color (decimal): -5452735 or 4312236. OLE color: 4312236.
HSL color Cylindrical-coordinate representation of color #ACCC41: hue angle of 73.81º 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 #ACCC41 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 204 | 65 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.2 |
| HSL | 73.81º | 0.58% | 0.53% | - |
| HSV(B) | 73.81º | 0.68% | 0.8% | - |
| XYZ | 39.56 | 52.34 | 13.02 | - |
| YUV | 178.59 | 63.9 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 65 | 0.16 | 0 | 0.68 | 0.2 | 73.81 | 0.58 | 0.53 |
| Hex | AC | CC | 41 | 10 | 0 | 44 | 14 | 4A | 3A | 35 |
| Octal | 254 | 314 | 101 | 20 | 0 | 104 | 24 | 112 | 72 | 65 |
| Binary | 10101100 | 11001100 | 1000001 | 10000 | 0 | 1000100 | 10100 | 1001010 | 111010 | 110101 |
Color Harmonies of #ACCC41
Complementary color
Monochromatic Colors of #ACCC41
Black with #ACCC41
Text Example
Text Example
White with #ACCC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCC41; }
p { color: rgb(172,204,65); }
H1.HeaderClassName
{
color: #ACCC41;
}
.AnyTagClassName
{
color: #ACCC41;
}
</style>
background-color css
<style>
a { background-color: #ACCC41; }
a { background-color: rgb(172,204,65); }
div.DivClassName
{
background-color: #ACCC41;
}
.BgClassName
{
background-color: #ACCC41;
}
</style>
border-color css
<style>
span { border-color: #ACCC41; }
span { border-color: rgb(172,204,65); }
td.TdClassName
{
border-color: #ACCC41;
}
.TagClassName
{
border-color: #ACCC41;
}
</style>