Shades of Atlantis #ADDE3C
Tints of Atlantis #ADDE3C
RGB
CMYK
RGB Variations
Color information
#ADDE3C (or 0xADDE3C) is known color: Atlantis. HEX triplet: AD, DE and 3C. RGB value is (173,222,60). Sum of RGB (Red+Green+Blue) = 173+222+60=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 222 (87.11% from 255 or 48.79% from 455); Blue value is 60 (23.83% from 255 or 13.19% from 455); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDE3C is #5221C3. Grayscale: #BDBDBD. Windows color (decimal): -5382596 or 3989165. OLE color: 3989165.
HSL color Cylindrical-coordinate representation of color #ADDE3C: hue angle of 78.15º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADDE3C is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 60 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.13 |
| HSL | 78.15º | 0.71% | 0.55% | - |
| HSV(B) | 78.15º | 0.73% | 0.87% | - |
| XYZ | 44.17 | 61.45 | 13.81 | - |
| YUV | 188.88 | 55.27 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 60 | 0.22 | 0 | 0.73 | 0.13 | 78.15 | 0.71 | 0.55 |
| Hex | AD | DE | 3C | 16 | 0 | 49 | D | 4E | 47 | 37 |
| Octal | 255 | 336 | 74 | 26 | 0 | 111 | 15 | 116 | 107 | 67 |
| Binary | 10101101 | 11011110 | 111100 | 10110 | 0 | 1001001 | 1101 | 1001110 | 1000111 | 110111 |
Color Harmonies of #ADDE3C
Complementary color
Monochromatic Colors of #ADDE3C
Black with #ADDE3C
Text Example
Text Example
White with #ADDE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDE3C; }
p { color: rgb(173,222,60); }
H1.HeaderClassName
{
color: #ADDE3C;
}
.AnyTagClassName
{
color: #ADDE3C;
}
</style>
background-color css
<style>
a { background-color: #ADDE3C; }
a { background-color: rgb(173,222,60); }
div.DivClassName
{
background-color: #ADDE3C;
}
.BgClassName
{
background-color: #ADDE3C;
}
</style>
border-color css
<style>
span { border-color: #ADDE3C; }
span { border-color: rgb(173,222,60); }
td.TdClassName
{
border-color: #ADDE3C;
}
.TagClassName
{
border-color: #ADDE3C;
}
</style>