Shades of Atlantis #ADCA3C
Tints of Atlantis #ADCA3C
RGB
CMYK
RGB Variations
Color information
#ADCA3C (or 0xADCA3C) is known color: Atlantis. HEX triplet: AD, CA and 3C. RGB value is (173,202,60). Sum of RGB (Red+Green+Blue) = 173+202+60=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCA3C is #5235C3. Grayscale: #B1B1B1. Windows color (decimal): -5387716 or 3984045. OLE color: 3984045.
HSL color Cylindrical-coordinate representation of color #ADCA3C: hue angle of 72.25º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADCA3C is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 202 | 60 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.21 |
| HSL | 72.25º | 0.57% | 0.51% | - |
| HSV(B) | 72.25º | 0.7% | 0.79% | - |
| XYZ | 39.17 | 51.45 | 12.14 | - |
| YUV | 177.14 | 61.89 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 202 | 60 | 0.14 | 0 | 0.70 | 0.21 | 72.25 | 0.57 | 0.51 |
| Hex | AD | CA | 3C | E | 0 | 46 | 15 | 48 | 39 | 33 |
| Octal | 255 | 312 | 74 | 16 | 0 | 106 | 25 | 110 | 71 | 63 |
| Binary | 10101101 | 11001010 | 111100 | 1110 | 0 | 1000110 | 10101 | 1001000 | 111001 | 110011 |
Color Harmonies of #ADCA3C
Complementary color
Monochromatic Colors of #ADCA3C
Black with #ADCA3C
Text Example
Text Example
White with #ADCA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCA3C; }
p { color: rgb(173,202,60); }
H1.HeaderClassName
{
color: #ADCA3C;
}
.AnyTagClassName
{
color: #ADCA3C;
}
</style>
background-color css
<style>
a { background-color: #ADCA3C; }
a { background-color: rgb(173,202,60); }
div.DivClassName
{
background-color: #ADCA3C;
}
.BgClassName
{
background-color: #ADCA3C;
}
</style>
border-color css
<style>
span { border-color: #ADCA3C; }
span { border-color: rgb(173,202,60); }
td.TdClassName
{
border-color: #ADCA3C;
}
.TagClassName
{
border-color: #ADCA3C;
}
</style>