Shades of Atlantis #ACDB3E
Tints of Atlantis #ACDB3E
RGB
CMYK
RGB Variations
Color information
#ACDB3E (or 0xACDB3E) is known color: Atlantis. HEX triplet: AC, DB and 3E. RGB value is (172,219,62). Sum of RGB (Red+Green+Blue) = 172+219+62=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 62 (24.61% from 255 or 13.69% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDB3E is #5324C1. Grayscale: #BBBBBB. Windows color (decimal): -5448898 or 4119468. OLE color: 4119468.
HSL color Cylindrical-coordinate representation of color #ACDB3E: hue angle of 77.96º 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 #ACDB3E is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 62 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.14 |
| HSL | 77.96º | 0.69% | 0.55% | - |
| HSV(B) | 77.96º | 0.72% | 0.86% | - |
| XYZ | 43.21 | 59.78 | 13.82 | - |
| YUV | 187.05 | 57.43 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 62 | 0.21 | 0 | 0.72 | 0.14 | 77.96 | 0.69 | 0.55 |
| Hex | AC | DB | 3E | 15 | 0 | 48 | E | 4E | 45 | 37 |
| Octal | 254 | 333 | 76 | 25 | 0 | 110 | 16 | 116 | 105 | 67 |
| Binary | 10101100 | 11011011 | 111110 | 10101 | 0 | 1001000 | 1110 | 1001110 | 1000101 | 110111 |
Color Harmonies of #ACDB3E
Complementary color
Monochromatic Colors of #ACDB3E
Black with #ACDB3E
Text Example
Text Example
White with #ACDB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB3E; }
p { color: rgb(172,219,62); }
H1.HeaderClassName
{
color: #ACDB3E;
}
.AnyTagClassName
{
color: #ACDB3E;
}
</style>
background-color css
<style>
a { background-color: #ACDB3E; }
a { background-color: rgb(172,219,62); }
div.DivClassName
{
background-color: #ACDB3E;
}
.BgClassName
{
background-color: #ACDB3E;
}
</style>
border-color css
<style>
span { border-color: #ACDB3E; }
span { border-color: rgb(172,219,62); }
td.TdClassName
{
border-color: #ACDB3E;
}
.TagClassName
{
border-color: #ACDB3E;
}
</style>