Shades of Atlantis #ACDB3D
Tints of Atlantis #ACDB3D
RGB
CMYK
RGB Variations
Color information
#ACDB3D (or 0xACDB3D) is known color: Atlantis. HEX triplet: AC, DB and 3D. RGB value is (172,219,61). Sum of RGB (Red+Green+Blue) = 172+219+61=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 219 (85.94% from 255 or 48.45% from 452); Blue value is 61 (24.22% from 255 or 13.50% from 452); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDB3D is #5324C2. Grayscale: #BBBBBB. Windows color (decimal): -5448899 or 4053932. OLE color: 4053932.
HSL color Cylindrical-coordinate representation of color #ACDB3D: hue angle of 77.85º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACDB3D is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 61 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.14 |
| HSL | 77.85º | 0.69% | 0.55% | - |
| HSV(B) | 77.85º | 0.72% | 0.86% | - |
| XYZ | 43.19 | 59.77 | 13.68 | - |
| YUV | 186.94 | 56.93 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 61 | 0.21 | 0 | 0.72 | 0.14 | 77.85 | 0.69 | 0.55 |
| Hex | AC | DB | 3D | 15 | 0 | 48 | E | 4E | 45 | 37 |
| Octal | 254 | 333 | 75 | 25 | 0 | 110 | 16 | 116 | 105 | 67 |
| Binary | 10101100 | 11011011 | 111101 | 10101 | 0 | 1001000 | 1110 | 1001110 | 1000101 | 110111 |
Color Harmonies of #ACDB3D
Complementary color
Monochromatic Colors of #ACDB3D
Black with #ACDB3D
Text Example
Text Example
White with #ACDB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB3D; }
p { color: rgb(172,219,61); }
H1.HeaderClassName
{
color: #ACDB3D;
}
.AnyTagClassName
{
color: #ACDB3D;
}
</style>
background-color css
<style>
a { background-color: #ACDB3D; }
a { background-color: rgb(172,219,61); }
div.DivClassName
{
background-color: #ACDB3D;
}
.BgClassName
{
background-color: #ACDB3D;
}
</style>
border-color css
<style>
span { border-color: #ACDB3D; }
span { border-color: rgb(172,219,61); }
td.TdClassName
{
border-color: #ACDB3D;
}
.TagClassName
{
border-color: #ACDB3D;
}
</style>