Shades of Atlantis #ADD83C
Tints of Atlantis #ADD83C
RGB
CMYK
RGB Variations
Color information
#ADD83C (or 0xADD83C) is known color: Atlantis. HEX triplet: AD, D8 and 3C. RGB value is (173,216,60). Sum of RGB (Red+Green+Blue) = 173+216+60=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 60 (23.83% from 255 or 13.36% from 449); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD83C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD83C is #5227C3. Grayscale: #B9B9B9. Windows color (decimal): -5384132 or 3987629. OLE color: 3987629.
HSL color Cylindrical-coordinate representation of color #ADD83C: hue angle of 76.54º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADD83C is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 60 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.15 |
| HSL | 76.54º | 0.67% | 0.54% | - |
| HSV(B) | 76.54º | 0.72% | 0.85% | - |
| XYZ | 42.61 | 58.32 | 13.29 | - |
| YUV | 185.36 | 57.25 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 60 | 0.20 | 0 | 0.72 | 0.15 | 76.54 | 0.67 | 0.54 |
| Hex | AD | D8 | 3C | 14 | 0 | 48 | F | 4D | 43 | 36 |
| Octal | 255 | 330 | 74 | 24 | 0 | 110 | 17 | 115 | 103 | 66 |
| Binary | 10101101 | 11011000 | 111100 | 10100 | 0 | 1001000 | 1111 | 1001101 | 1000011 | 110110 |
Color Harmonies of #ADD83C
Complementary color
Monochromatic Colors of #ADD83C
Black with #ADD83C
Text Example
Text Example
White with #ADD83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD83C; }
p { color: rgb(173,216,60); }
H1.HeaderClassName
{
color: #ADD83C;
}
.AnyTagClassName
{
color: #ADD83C;
}
</style>
background-color css
<style>
a { background-color: #ADD83C; }
a { background-color: rgb(173,216,60); }
div.DivClassName
{
background-color: #ADD83C;
}
.BgClassName
{
background-color: #ADD83C;
}
</style>
border-color css
<style>
span { border-color: #ADD83C; }
span { border-color: rgb(173,216,60); }
td.TdClassName
{
border-color: #ADD83C;
}
.TagClassName
{
border-color: #ADD83C;
}
</style>