Shades of Atlantis #ADCD36
Tints of Atlantis #ADCD36
RGB
CMYK
RGB Variations
Color information
#ADCD36 (or 0xADCD36) is known color: Atlantis. HEX triplet: AD, CD and 36. RGB value is (173,205,54). Sum of RGB (Red+Green+Blue) = 173+205+54=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 54 (21.48% from 255 or 12.5% from 432); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCD36 is #5232C9. Grayscale: #B2B2B2. Windows color (decimal): -5386954 or 3591597. OLE color: 3591597.
HSL color Cylindrical-coordinate representation of color #ADCD36: hue angle of 72.72º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADCD36 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 54 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.20 |
| HSL | 72.72º | 0.6% | 0.51% | - |
| HSV(B) | 72.72º | 0.74% | 0.8% | - |
| XYZ | 39.73 | 52.81 | 11.59 | - |
| YUV | 178.22 | 57.9 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 54 | 0.16 | 0 | 0.74 | 0.20 | 72.72 | 0.6 | 0.51 |
| Hex | AD | CD | 36 | 10 | 0 | 4A | 14 | 49 | 3C | 33 |
| Octal | 255 | 315 | 66 | 20 | 0 | 112 | 24 | 111 | 74 | 63 |
| Binary | 10101101 | 11001101 | 110110 | 10000 | 0 | 1001010 | 10100 | 1001001 | 111100 | 110011 |
Color Harmonies of #ADCD36
Complementary color
Monochromatic Colors of #ADCD36
Black with #ADCD36
Text Example
Text Example
White with #ADCD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD36; }
p { color: rgb(173,205,54); }
H1.HeaderClassName
{
color: #ADCD36;
}
.AnyTagClassName
{
color: #ADCD36;
}
</style>
background-color css
<style>
a { background-color: #ADCD36; }
a { background-color: rgb(173,205,54); }
div.DivClassName
{
background-color: #ADCD36;
}
.BgClassName
{
background-color: #ADCD36;
}
</style>
border-color css
<style>
span { border-color: #ADCD36; }
span { border-color: rgb(173,205,54); }
td.TdClassName
{
border-color: #ADCD36;
}
.TagClassName
{
border-color: #ADCD36;
}
</style>