Shades of Atlantis #ACCD3A
Tints of Atlantis #ACCD3A
RGB
CMYK
RGB Variations
Color information
#ACCD3A (or 0xACCD3A) is known color: Atlantis. HEX triplet: AC, CD and 3A. RGB value is (172,205,58). Sum of RGB (Red+Green+Blue) = 172+205+58=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 58 (23.05% from 255 or 13.33% from 435); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCD3A is #5332C5. Grayscale: #B2B2B2. Windows color (decimal): -5452486 or 3853740. OLE color: 3853740.
HSL color Cylindrical-coordinate representation of color #ACCD3A: hue angle of 73.47º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACCD3A is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 205 | 58 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.20 |
| HSL | 73.47º | 0.6% | 0.52% | - |
| HSV(B) | 73.47º | 0.72% | 0.8% | - |
| XYZ | 39.61 | 52.74 | 12.1 | - |
| YUV | 178.38 | 60.07 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 58 | 0.16 | 0 | 0.72 | 0.20 | 73.47 | 0.6 | 0.52 |
| Hex | AC | CD | 3A | 10 | 0 | 48 | 14 | 49 | 3C | 34 |
| Octal | 254 | 315 | 72 | 20 | 0 | 110 | 24 | 111 | 74 | 64 |
| Binary | 10101100 | 11001101 | 111010 | 10000 | 0 | 1001000 | 10100 | 1001001 | 111100 | 110100 |
Color Harmonies of #ACCD3A
Complementary color
Monochromatic Colors of #ACCD3A
Black with #ACCD3A
Text Example
Text Example
White with #ACCD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCD3A; }
p { color: rgb(172,205,58); }
H1.HeaderClassName
{
color: #ACCD3A;
}
.AnyTagClassName
{
color: #ACCD3A;
}
</style>
background-color css
<style>
a { background-color: #ACCD3A; }
a { background-color: rgb(172,205,58); }
div.DivClassName
{
background-color: #ACCD3A;
}
.BgClassName
{
background-color: #ACCD3A;
}
</style>
border-color css
<style>
span { border-color: #ACCD3A; }
span { border-color: rgb(172,205,58); }
td.TdClassName
{
border-color: #ACCD3A;
}
.TagClassName
{
border-color: #ACCD3A;
}
</style>