Shades of Atlantis #ADCE3C
Tints of Atlantis #ADCE3C
RGB
CMYK
RGB Variations
Color information
#ADCE3C (or 0xADCE3C) is known color: Atlantis. HEX triplet: AD, CE and 3C. RGB value is (173,206,60). Sum of RGB (Red+Green+Blue) = 173+206+60=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCE3C is #5231C3. Grayscale: #B4B4B4. Windows color (decimal): -5386692 or 3985069. OLE color: 3985069.
HSL color Cylindrical-coordinate representation of color #ADCE3C: hue angle of 73.56º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADCE3C is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 60 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.19 |
| HSL | 73.56º | 0.6% | 0.52% | - |
| HSV(B) | 73.56º | 0.71% | 0.81% | - |
| XYZ | 40.12 | 53.35 | 12.46 | - |
| YUV | 179.49 | 60.57 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 60 | 0.16 | 0 | 0.71 | 0.19 | 73.56 | 0.6 | 0.52 |
| Hex | AD | CE | 3C | 10 | 0 | 47 | 13 | 4A | 3C | 34 |
| Octal | 255 | 316 | 74 | 20 | 0 | 107 | 23 | 112 | 74 | 64 |
| Binary | 10101101 | 11001110 | 111100 | 10000 | 0 | 1000111 | 10011 | 1001010 | 111100 | 110100 |
Color Harmonies of #ADCE3C
Complementary color
Monochromatic Colors of #ADCE3C
Black with #ADCE3C
Text Example
Text Example
White with #ADCE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE3C; }
p { color: rgb(173,206,60); }
H1.HeaderClassName
{
color: #ADCE3C;
}
.AnyTagClassName
{
color: #ADCE3C;
}
</style>
background-color css
<style>
a { background-color: #ADCE3C; }
a { background-color: rgb(173,206,60); }
div.DivClassName
{
background-color: #ADCE3C;
}
.BgClassName
{
background-color: #ADCE3C;
}
</style>
border-color css
<style>
span { border-color: #ADCE3C; }
span { border-color: rgb(173,206,60); }
td.TdClassName
{
border-color: #ADCE3C;
}
.TagClassName
{
border-color: #ADCE3C;
}
</style>