Shades of Atlantis #ADCE41
Tints of Atlantis #ADCE41
RGB
CMYK
RGB Variations
Color information
#ADCE41 (or 0xADCE41) is known color: Atlantis. HEX triplet: AD, CE and 41. RGB value is (173,206,65). Sum of RGB (Red+Green+Blue) = 173+206+65=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 65 (25.78% from 255 or 14.64% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCE41 is #5231BE. Grayscale: #B4B4B4. Windows color (decimal): -5386687 or 4312749. OLE color: 4312749.
HSL color Cylindrical-coordinate representation of color #ADCE41: hue angle of 74.04º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADCE41 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 65 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.19 |
| HSL | 74.04º | 0.59% | 0.53% | - |
| HSV(B) | 74.04º | 0.68% | 0.81% | - |
| XYZ | 40.26 | 53.41 | 13.19 | - |
| YUV | 180.06 | 63.07 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 65 | 0.16 | 0 | 0.68 | 0.19 | 74.04 | 0.59 | 0.53 |
| Hex | AD | CE | 41 | 10 | 0 | 44 | 13 | 4A | 3B | 35 |
| Octal | 255 | 316 | 101 | 20 | 0 | 104 | 23 | 112 | 73 | 65 |
| Binary | 10101101 | 11001110 | 1000001 | 10000 | 0 | 1000100 | 10011 | 1001010 | 111011 | 110101 |
Color Harmonies of #ADCE41
Complementary color
Monochromatic Colors of #ADCE41
Black with #ADCE41
Text Example
Text Example
White with #ADCE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE41; }
p { color: rgb(173,206,65); }
H1.HeaderClassName
{
color: #ADCE41;
}
.AnyTagClassName
{
color: #ADCE41;
}
</style>
background-color css
<style>
a { background-color: #ADCE41; }
a { background-color: rgb(173,206,65); }
div.DivClassName
{
background-color: #ADCE41;
}
.BgClassName
{
background-color: #ADCE41;
}
</style>
border-color css
<style>
span { border-color: #ADCE41; }
span { border-color: rgb(173,206,65); }
td.TdClassName
{
border-color: #ADCE41;
}
.TagClassName
{
border-color: #ADCE41;
}
</style>