Shades of Atlantis #ACDB38
Tints of Atlantis #ACDB38
RGB
CMYK
RGB Variations
Color information
#ACDB38 (or 0xACDB38) is known color: Atlantis. HEX triplet: AC, DB and 38. RGB value is (172,219,56). Sum of RGB (Red+Green+Blue) = 172+219+56=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 56 (22.27% from 255 or 12.53% from 447); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDB38 is #5324C7. Grayscale: #BABABA. Windows color (decimal): -5448904 or 3726252. OLE color: 3726252.
HSL color Cylindrical-coordinate representation of color #ACDB38: hue angle of 77.3º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACDB38 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 56 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.14 |
| HSL | 77.3º | 0.69% | 0.54% | - |
| HSV(B) | 77.3º | 0.74% | 0.86% | - |
| XYZ | 43.06 | 59.72 | 13 | - |
| YUV | 186.37 | 54.43 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 56 | 0.21 | 0 | 0.74 | 0.14 | 77.3 | 0.69 | 0.54 |
| Hex | AC | DB | 38 | 15 | 0 | 4A | E | 4D | 45 | 36 |
| Octal | 254 | 333 | 70 | 25 | 0 | 112 | 16 | 115 | 105 | 66 |
| Binary | 10101100 | 11011011 | 111000 | 10101 | 0 | 1001010 | 1110 | 1001101 | 1000101 | 110110 |
Color Harmonies of #ACDB38
Complementary color
Monochromatic Colors of #ACDB38
Black with #ACDB38
Text Example
Text Example
White with #ACDB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB38; }
p { color: rgb(172,219,56); }
H1.HeaderClassName
{
color: #ACDB38;
}
.AnyTagClassName
{
color: #ACDB38;
}
</style>
background-color css
<style>
a { background-color: #ACDB38; }
a { background-color: rgb(172,219,56); }
div.DivClassName
{
background-color: #ACDB38;
}
.BgClassName
{
background-color: #ACDB38;
}
</style>
border-color css
<style>
span { border-color: #ACDB38; }
span { border-color: rgb(172,219,56); }
td.TdClassName
{
border-color: #ACDB38;
}
.TagClassName
{
border-color: #ACDB38;
}
</style>