Shades of Atlantis #ACDB3C
Tints of Atlantis #ACDB3C
RGB
CMYK
RGB Variations
Color information
#ACDB3C (or 0xACDB3C) is known color: Atlantis. HEX triplet: AC, DB and 3C. RGB value is (172,219,60). Sum of RGB (Red+Green+Blue) = 172+219+60=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 60 (23.83% from 255 or 13.30% from 451); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDB3C is #5324C3. Grayscale: #BBBBBB. Windows color (decimal): -5448900 or 3988396. OLE color: 3988396.
HSL color Cylindrical-coordinate representation of color #ACDB3C: hue angle of 77.74º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACDB3C is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 60 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.14 |
| HSL | 77.74º | 0.69% | 0.55% | - |
| HSV(B) | 77.74º | 0.73% | 0.86% | - |
| XYZ | 43.16 | 59.76 | 13.54 | - |
| YUV | 186.82 | 56.43 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 60 | 0.21 | 0 | 0.73 | 0.14 | 77.74 | 0.69 | 0.55 |
| Hex | AC | DB | 3C | 15 | 0 | 49 | E | 4E | 45 | 37 |
| Octal | 254 | 333 | 74 | 25 | 0 | 111 | 16 | 116 | 105 | 67 |
| Binary | 10101100 | 11011011 | 111100 | 10101 | 0 | 1001001 | 1110 | 1001110 | 1000101 | 110111 |
Color Harmonies of #ACDB3C
Complementary color
Monochromatic Colors of #ACDB3C
Black with #ACDB3C
Text Example
Text Example
White with #ACDB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB3C; }
p { color: rgb(172,219,60); }
H1.HeaderClassName
{
color: #ACDB3C;
}
.AnyTagClassName
{
color: #ACDB3C;
}
</style>
background-color css
<style>
a { background-color: #ACDB3C; }
a { background-color: rgb(172,219,60); }
div.DivClassName
{
background-color: #ACDB3C;
}
.BgClassName
{
background-color: #ACDB3C;
}
</style>
border-color css
<style>
span { border-color: #ACDB3C; }
span { border-color: rgb(172,219,60); }
td.TdClassName
{
border-color: #ACDB3C;
}
.TagClassName
{
border-color: #ACDB3C;
}
</style>