Shades of Atlantis #ADCD40
Tints of Atlantis #ADCD40
RGB
CMYK
RGB Variations
Color information
#ADCD40 (or 0xADCD40) is known color: Atlantis. HEX triplet: AD, CD and 40. RGB value is (173,205,64). Sum of RGB (Red+Green+Blue) = 173+205+64=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 64 (25.39% from 255 or 14.48% from 442); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCD40 is #5232BF. Grayscale: #B3B3B3. Windows color (decimal): -5386944 or 4246957. OLE color: 4246957.
HSL color Cylindrical-coordinate representation of color #ADCD40: hue angle of 73.62º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADCD40 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 64 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.20 |
| HSL | 73.62º | 0.59% | 0.53% | - |
| HSV(B) | 73.62º | 0.69% | 0.8% | - |
| XYZ | 39.99 | 52.92 | 12.96 | - |
| YUV | 179.36 | 62.9 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 64 | 0.16 | 0 | 0.69 | 0.20 | 73.62 | 0.59 | 0.53 |
| Hex | AD | CD | 40 | 10 | 0 | 45 | 14 | 4A | 3B | 35 |
| Octal | 255 | 315 | 100 | 20 | 0 | 105 | 24 | 112 | 73 | 65 |
| Binary | 10101101 | 11001101 | 1000000 | 10000 | 0 | 1000101 | 10100 | 1001010 | 111011 | 110101 |
Color Harmonies of #ADCD40
Complementary color
Monochromatic Colors of #ADCD40
Black with #ADCD40
Text Example
Text Example
White with #ADCD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD40; }
p { color: rgb(173,205,64); }
H1.HeaderClassName
{
color: #ADCD40;
}
.AnyTagClassName
{
color: #ADCD40;
}
</style>
background-color css
<style>
a { background-color: #ADCD40; }
a { background-color: rgb(173,205,64); }
div.DivClassName
{
background-color: #ADCD40;
}
.BgClassName
{
background-color: #ADCD40;
}
</style>
border-color css
<style>
span { border-color: #ADCD40; }
span { border-color: rgb(173,205,64); }
td.TdClassName
{
border-color: #ADCD40;
}
.TagClassName
{
border-color: #ADCD40;
}
</style>