Shades of Atlantis #ADCD3C
Tints of Atlantis #ADCD3C
RGB
CMYK
RGB Variations
Color information
#ADCD3C (or 0xADCD3C) is known color: Atlantis. HEX triplet: AD, CD and 3C. RGB value is (173,205,60). Sum of RGB (Red+Green+Blue) = 173+205+60=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 60 (23.83% from 255 or 13.70% from 438); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCD3C is #5232C3. Grayscale: #B3B3B3. Windows color (decimal): -5386948 or 3984813. OLE color: 3984813.
HSL color Cylindrical-coordinate representation of color #ADCD3C: hue angle of 73.24º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADCD3C is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 60 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.20 |
| HSL | 73.24º | 0.59% | 0.52% | - |
| HSV(B) | 73.24º | 0.71% | 0.8% | - |
| XYZ | 39.88 | 52.87 | 12.38 | - |
| YUV | 178.9 | 60.9 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 60 | 0.16 | 0 | 0.71 | 0.20 | 73.24 | 0.59 | 0.52 |
| Hex | AD | CD | 3C | 10 | 0 | 47 | 14 | 49 | 3B | 34 |
| Octal | 255 | 315 | 74 | 20 | 0 | 107 | 24 | 111 | 73 | 64 |
| Binary | 10101101 | 11001101 | 111100 | 10000 | 0 | 1000111 | 10100 | 1001001 | 111011 | 110100 |
Color Harmonies of #ADCD3C
Complementary color
Monochromatic Colors of #ADCD3C
Black with #ADCD3C
Text Example
Text Example
White with #ADCD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD3C; }
p { color: rgb(173,205,60); }
H1.HeaderClassName
{
color: #ADCD3C;
}
.AnyTagClassName
{
color: #ADCD3C;
}
</style>
background-color css
<style>
a { background-color: #ADCD3C; }
a { background-color: rgb(173,205,60); }
div.DivClassName
{
background-color: #ADCD3C;
}
.BgClassName
{
background-color: #ADCD3C;
}
</style>
border-color css
<style>
span { border-color: #ADCD3C; }
span { border-color: rgb(173,205,60); }
td.TdClassName
{
border-color: #ADCD3C;
}
.TagClassName
{
border-color: #ADCD3C;
}
</style>