Shades of Atlantis #ADCE36
Tints of Atlantis #ADCE36
RGB
CMYK
RGB Variations
Color information
#ADCE36 (or 0xADCE36) is known color: Atlantis. HEX triplet: AD, CE and 36. RGB value is (173,206,54). Sum of RGB (Red+Green+Blue) = 173+206+54=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 54 (21.48% from 255 or 12.47% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCE36 is #5231C9. Grayscale: #B3B3B3. Windows color (decimal): -5386698 or 3591853. OLE color: 3591853.
HSL color Cylindrical-coordinate representation of color #ADCE36: hue angle of 73.03º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADCE36 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 54 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.19 |
| HSL | 73.03º | 0.61% | 0.51% | - |
| HSV(B) | 73.03º | 0.74% | 0.81% | - |
| XYZ | 39.97 | 53.29 | 11.67 | - |
| YUV | 178.81 | 57.57 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 54 | 0.16 | 0 | 0.74 | 0.19 | 73.03 | 0.61 | 0.51 |
| Hex | AD | CE | 36 | 10 | 0 | 4A | 13 | 49 | 3D | 33 |
| Octal | 255 | 316 | 66 | 20 | 0 | 112 | 23 | 111 | 75 | 63 |
| Binary | 10101101 | 11001110 | 110110 | 10000 | 0 | 1001010 | 10011 | 1001001 | 111101 | 110011 |
Color Harmonies of #ADCE36
Complementary color
Monochromatic Colors of #ADCE36
Black with #ADCE36
Text Example
Text Example
White with #ADCE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE36; }
p { color: rgb(173,206,54); }
H1.HeaderClassName
{
color: #ADCE36;
}
.AnyTagClassName
{
color: #ADCE36;
}
</style>
background-color css
<style>
a { background-color: #ADCE36; }
a { background-color: rgb(173,206,54); }
div.DivClassName
{
background-color: #ADCE36;
}
.BgClassName
{
background-color: #ADCE36;
}
</style>
border-color css
<style>
span { border-color: #ADCE36; }
span { border-color: rgb(173,206,54); }
td.TdClassName
{
border-color: #ADCE36;
}
.TagClassName
{
border-color: #ADCE36;
}
</style>