Shades of Atlantis #ADCE39
Tints of Atlantis #ADCE39
RGB
CMYK
RGB Variations
Color information
#ADCE39 (or 0xADCE39) is known color: Atlantis. HEX triplet: AD, CE and 39. RGB value is (173,206,57). Sum of RGB (Red+Green+Blue) = 173+206+57=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 57 (22.66% from 255 or 13.07% from 436); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCE39 is #5231C6. Grayscale: #B3B3B3. Windows color (decimal): -5386695 or 3788461. OLE color: 3788461.
HSL color Cylindrical-coordinate representation of color #ADCE39: hue angle of 73.29º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADCE39 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 57 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.19 |
| HSL | 73.29º | 0.6% | 0.52% | - |
| HSV(B) | 73.29º | 0.72% | 0.81% | - |
| XYZ | 40.04 | 53.32 | 12.05 | - |
| YUV | 179.15 | 59.07 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 57 | 0.16 | 0 | 0.72 | 0.19 | 73.29 | 0.6 | 0.52 |
| Hex | AD | CE | 39 | 10 | 0 | 48 | 13 | 49 | 3C | 34 |
| Octal | 255 | 316 | 71 | 20 | 0 | 110 | 23 | 111 | 74 | 64 |
| Binary | 10101101 | 11001110 | 111001 | 10000 | 0 | 1001000 | 10011 | 1001001 | 111100 | 110100 |
Color Harmonies of #ADCE39
Complementary color
Monochromatic Colors of #ADCE39
Black with #ADCE39
Text Example
Text Example
White with #ADCE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE39; }
p { color: rgb(173,206,57); }
H1.HeaderClassName
{
color: #ADCE39;
}
.AnyTagClassName
{
color: #ADCE39;
}
</style>
background-color css
<style>
a { background-color: #ADCE39; }
a { background-color: rgb(173,206,57); }
div.DivClassName
{
background-color: #ADCE39;
}
.BgClassName
{
background-color: #ADCE39;
}
</style>
border-color css
<style>
span { border-color: #ADCE39; }
span { border-color: rgb(173,206,57); }
td.TdClassName
{
border-color: #ADCE39;
}
.TagClassName
{
border-color: #ADCE39;
}
</style>