Shades of Atlantis #ADDB3C
Tints of Atlantis #ADDB3C
RGB
CMYK
RGB Variations
Color information
#ADDB3C (or 0xADDB3C) is known color: Atlantis. HEX triplet: AD, DB and 3C. RGB value is (173,219,60). Sum of RGB (Red+Green+Blue) = 173+219+60=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 219 (85.94% from 255 or 48.45% from 452); Blue value is 60 (23.83% from 255 or 13.27% from 452); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDB3C is #5224C3. Grayscale: #BBBBBB. Windows color (decimal): -5383364 or 3988397. OLE color: 3988397.
HSL color Cylindrical-coordinate representation of color #ADDB3C: hue angle of 77.36º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADDB3C is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 60 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.14 |
| HSL | 77.36º | 0.69% | 0.55% | - |
| HSV(B) | 77.36º | 0.73% | 0.86% | - |
| XYZ | 43.38 | 59.87 | 13.55 | - |
| YUV | 187.12 | 56.26 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 60 | 0.21 | 0 | 0.73 | 0.14 | 77.36 | 0.69 | 0.55 |
| Hex | AD | DB | 3C | 15 | 0 | 49 | E | 4D | 45 | 37 |
| Octal | 255 | 333 | 74 | 25 | 0 | 111 | 16 | 115 | 105 | 67 |
| Binary | 10101101 | 11011011 | 111100 | 10101 | 0 | 1001001 | 1110 | 1001101 | 1000101 | 110111 |
Color Harmonies of #ADDB3C
Complementary color
Monochromatic Colors of #ADDB3C
Black with #ADDB3C
Text Example
Text Example
White with #ADDB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB3C; }
p { color: rgb(173,219,60); }
H1.HeaderClassName
{
color: #ADDB3C;
}
.AnyTagClassName
{
color: #ADDB3C;
}
</style>
background-color css
<style>
a { background-color: #ADDB3C; }
a { background-color: rgb(173,219,60); }
div.DivClassName
{
background-color: #ADDB3C;
}
.BgClassName
{
background-color: #ADDB3C;
}
</style>
border-color css
<style>
span { border-color: #ADDB3C; }
span { border-color: rgb(173,219,60); }
td.TdClassName
{
border-color: #ADDB3C;
}
.TagClassName
{
border-color: #ADDB3C;
}
</style>