Shades of Atlantis #ACDB31
Tints of Atlantis #ACDB31
RGB
CMYK
RGB Variations
Color information
#ACDB31 (or 0xACDB31) is known color: Atlantis. HEX triplet: AC, DB and 31. RGB value is (172,219,49). Sum of RGB (Red+Green+Blue) = 172+219+49=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 49 (19.53% from 255 or 11.14% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDB31 is #5324CE. Grayscale: #BABABA. Windows color (decimal): -5448911 or 3267500. OLE color: 3267500.
HSL color Cylindrical-coordinate representation of color #ACDB31: hue angle of 76.59º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACDB31 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 49 | - |
| CMYK | 0.21 | 0 | 0.78 | 0.14 |
| HSL | 76.59º | 0.7% | 0.53% | - |
| HSV(B) | 76.59º | 0.78% | 0.86% | - |
| XYZ | 42.9 | 59.66 | 12.16 | - |
| YUV | 185.57 | 50.93 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 49 | 0.21 | 0 | 0.78 | 0.14 | 76.59 | 0.7 | 0.53 |
| Hex | AC | DB | 31 | 15 | 0 | 4E | E | 4D | 46 | 35 |
| Octal | 254 | 333 | 61 | 25 | 0 | 116 | 16 | 115 | 106 | 65 |
| Binary | 10101100 | 11011011 | 110001 | 10101 | 0 | 1001110 | 1110 | 1001101 | 1000110 | 110101 |
Color Harmonies of #ACDB31
Complementary color
Monochromatic Colors of #ACDB31
Black with #ACDB31
Text Example
Text Example
White with #ACDB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB31; }
p { color: rgb(172,219,49); }
H1.HeaderClassName
{
color: #ACDB31;
}
.AnyTagClassName
{
color: #ACDB31;
}
</style>
background-color css
<style>
a { background-color: #ACDB31; }
a { background-color: rgb(172,219,49); }
div.DivClassName
{
background-color: #ACDB31;
}
.BgClassName
{
background-color: #ACDB31;
}
</style>
border-color css
<style>
span { border-color: #ACDB31; }
span { border-color: rgb(172,219,49); }
td.TdClassName
{
border-color: #ACDB31;
}
.TagClassName
{
border-color: #ACDB31;
}
</style>