Shades of Atlantis #ADD03C
Tints of Atlantis #ADD03C
RGB
CMYK
RGB Variations
Color information
#ADD03C (or 0xADD03C) is known color: Atlantis. HEX triplet: AD, D0 and 3C. RGB value is (173,208,60). Sum of RGB (Red+Green+Blue) = 173+208+60=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD03C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD03C is #522FC3. Grayscale: #B5B5B5. Windows color (decimal): -5386180 or 3985581. OLE color: 3985581.
HSL color Cylindrical-coordinate representation of color #ADD03C: hue angle of 74.19º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADD03C is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 60 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.18 |
| HSL | 74.19º | 0.61% | 0.53% | - |
| HSV(B) | 74.19º | 0.71% | 0.82% | - |
| XYZ | 40.61 | 54.32 | 12.62 | - |
| YUV | 180.66 | 59.9 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 60 | 0.17 | 0 | 0.71 | 0.18 | 74.19 | 0.61 | 0.53 |
| Hex | AD | D0 | 3C | 11 | 0 | 47 | 12 | 4A | 3D | 35 |
| Octal | 255 | 320 | 74 | 21 | 0 | 107 | 22 | 112 | 75 | 65 |
| Binary | 10101101 | 11010000 | 111100 | 10001 | 0 | 1000111 | 10010 | 1001010 | 111101 | 110101 |
Color Harmonies of #ADD03C
Complementary color
Monochromatic Colors of #ADD03C
Black with #ADD03C
Text Example
Text Example
White with #ADD03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD03C; }
p { color: rgb(173,208,60); }
H1.HeaderClassName
{
color: #ADD03C;
}
.AnyTagClassName
{
color: #ADD03C;
}
</style>
background-color css
<style>
a { background-color: #ADD03C; }
a { background-color: rgb(173,208,60); }
div.DivClassName
{
background-color: #ADD03C;
}
.BgClassName
{
background-color: #ADD03C;
}
</style>
border-color css
<style>
span { border-color: #ADD03C; }
span { border-color: rgb(173,208,60); }
td.TdClassName
{
border-color: #ADD03C;
}
.TagClassName
{
border-color: #ADD03C;
}
</style>