Shades of Atlantis #ADDA3C
Tints of Atlantis #ADDA3C
RGB
CMYK
RGB Variations
Color information
#ADDA3C (or 0xADDA3C) is known color: Atlantis. HEX triplet: AD, DA and 3C. RGB value is (173,218,60). Sum of RGB (Red+Green+Blue) = 173+218+60=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 218 (85.55% from 255 or 48.34% from 451); Blue value is 60 (23.83% from 255 or 13.30% from 451); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDA3C is #5225C3. Grayscale: #BBBBBB. Windows color (decimal): -5383620 or 3988141. OLE color: 3988141.
HSL color Cylindrical-coordinate representation of color #ADDA3C: hue angle of 77.09º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADDA3C is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 60 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.15 |
| HSL | 77.09º | 0.68% | 0.55% | - |
| HSV(B) | 77.09º | 0.72% | 0.85% | - |
| XYZ | 43.12 | 59.35 | 13.46 | - |
| YUV | 186.53 | 56.59 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 60 | 0.21 | 0 | 0.72 | 0.15 | 77.09 | 0.68 | 0.55 |
| Hex | AD | DA | 3C | 15 | 0 | 48 | F | 4D | 44 | 37 |
| Octal | 255 | 332 | 74 | 25 | 0 | 110 | 17 | 115 | 104 | 67 |
| Binary | 10101101 | 11011010 | 111100 | 10101 | 0 | 1001000 | 1111 | 1001101 | 1000100 | 110111 |
Color Harmonies of #ADDA3C
Complementary color
Monochromatic Colors of #ADDA3C
Black with #ADDA3C
Text Example
Text Example
White with #ADDA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA3C; }
p { color: rgb(173,218,60); }
H1.HeaderClassName
{
color: #ADDA3C;
}
.AnyTagClassName
{
color: #ADDA3C;
}
</style>
background-color css
<style>
a { background-color: #ADDA3C; }
a { background-color: rgb(173,218,60); }
div.DivClassName
{
background-color: #ADDA3C;
}
.BgClassName
{
background-color: #ADDA3C;
}
</style>
border-color css
<style>
span { border-color: #ADDA3C; }
span { border-color: rgb(173,218,60); }
td.TdClassName
{
border-color: #ADDA3C;
}
.TagClassName
{
border-color: #ADDA3C;
}
</style>