Shades of Atlantis #ADCE3F
Tints of Atlantis #ADCE3F
RGB
CMYK
RGB Variations
Color information
#ADCE3F (or 0xADCE3F) is known color: Atlantis. HEX triplet: AD, CE and 3F. RGB value is (173,206,63). Sum of RGB (Red+Green+Blue) = 173+206+63=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCE3F is #5231C0. Grayscale: #B4B4B4. Windows color (decimal): -5386689 or 4181677. OLE color: 4181677.
HSL color Cylindrical-coordinate representation of color #ADCE3F: hue angle of 73.85º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADCE3F is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 63 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.19 |
| HSL | 73.85º | 0.59% | 0.53% | - |
| HSV(B) | 73.85º | 0.69% | 0.81% | - |
| XYZ | 40.2 | 53.39 | 12.89 | - |
| YUV | 179.83 | 62.07 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 63 | 0.16 | 0 | 0.69 | 0.19 | 73.85 | 0.59 | 0.53 |
| Hex | AD | CE | 3F | 10 | 0 | 45 | 13 | 4A | 3B | 35 |
| Octal | 255 | 316 | 77 | 20 | 0 | 105 | 23 | 112 | 73 | 65 |
| Binary | 10101101 | 11001110 | 111111 | 10000 | 0 | 1000101 | 10011 | 1001010 | 111011 | 110101 |
Color Harmonies of #ADCE3F
Complementary color
Monochromatic Colors of #ADCE3F
Black with #ADCE3F
Text Example
Text Example
White with #ADCE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE3F; }
p { color: rgb(173,206,63); }
H1.HeaderClassName
{
color: #ADCE3F;
}
.AnyTagClassName
{
color: #ADCE3F;
}
</style>
background-color css
<style>
a { background-color: #ADCE3F; }
a { background-color: rgb(173,206,63); }
div.DivClassName
{
background-color: #ADCE3F;
}
.BgClassName
{
background-color: #ADCE3F;
}
</style>
border-color css
<style>
span { border-color: #ADCE3F; }
span { border-color: rgb(173,206,63); }
td.TdClassName
{
border-color: #ADCE3F;
}
.TagClassName
{
border-color: #ADCE3F;
}
</style>