Shades of Atlantis #ADCD3E
Tints of Atlantis #ADCD3E
RGB
CMYK
RGB Variations
Color information
#ADCD3E (or 0xADCD3E) is known color: Atlantis. HEX triplet: AD, CD and 3E. RGB value is (173,205,62). Sum of RGB (Red+Green+Blue) = 173+205+62=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 62 (24.61% from 255 or 14.09% from 440); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCD3E is #5232C1. Grayscale: #B3B3B3. Windows color (decimal): -5386946 or 4115885. OLE color: 4115885.
HSL color Cylindrical-coordinate representation of color #ADCD3E: hue angle of 73.43º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADCD3E is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 62 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.20 |
| HSL | 73.43º | 0.59% | 0.52% | - |
| HSV(B) | 73.43º | 0.7% | 0.8% | - |
| XYZ | 39.93 | 52.89 | 12.66 | - |
| YUV | 179.13 | 61.9 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 62 | 0.16 | 0 | 0.70 | 0.20 | 73.43 | 0.59 | 0.52 |
| Hex | AD | CD | 3E | 10 | 0 | 46 | 14 | 49 | 3B | 34 |
| Octal | 255 | 315 | 76 | 20 | 0 | 106 | 24 | 111 | 73 | 64 |
| Binary | 10101101 | 11001101 | 111110 | 10000 | 0 | 1000110 | 10100 | 1001001 | 111011 | 110100 |
Color Harmonies of #ADCD3E
Complementary color
Monochromatic Colors of #ADCD3E
Black with #ADCD3E
Text Example
Text Example
White with #ADCD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD3E; }
p { color: rgb(173,205,62); }
H1.HeaderClassName
{
color: #ADCD3E;
}
.AnyTagClassName
{
color: #ADCD3E;
}
</style>
background-color css
<style>
a { background-color: #ADCD3E; }
a { background-color: rgb(173,205,62); }
div.DivClassName
{
background-color: #ADCD3E;
}
.BgClassName
{
background-color: #ADCD3E;
}
</style>
border-color css
<style>
span { border-color: #ADCD3E; }
span { border-color: rgb(173,205,62); }
td.TdClassName
{
border-color: #ADCD3E;
}
.TagClassName
{
border-color: #ADCD3E;
}
</style>