Shades of Atlantis #ADD73C
Tints of Atlantis #ADD73C
RGB
CMYK
RGB Variations
Color information
#ADD73C (or 0xADD73C) is known color: Atlantis. HEX triplet: AD, D7 and 3C. RGB value is (173,215,60). Sum of RGB (Red+Green+Blue) = 173+215+60=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 215 (84.38% from 255 or 47.99% from 448); Blue value is 60 (23.83% from 255 or 13.39% from 448); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD73C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD73C is #5228C3. Grayscale: #B9B9B9. Windows color (decimal): -5384388 or 3987373. OLE color: 3987373.
HSL color Cylindrical-coordinate representation of color #ADD73C: hue angle of 76.26º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADD73C is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 60 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.16 |
| HSL | 76.26º | 0.66% | 0.54% | - |
| HSV(B) | 76.26º | 0.72% | 0.84% | - |
| XYZ | 42.35 | 57.81 | 13.2 | - |
| YUV | 184.77 | 57.59 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 60 | 0.20 | 0 | 0.72 | 0.16 | 76.26 | 0.66 | 0.54 |
| Hex | AD | D7 | 3C | 14 | 0 | 48 | 10 | 4C | 42 | 36 |
| Octal | 255 | 327 | 74 | 24 | 0 | 110 | 20 | 114 | 102 | 66 |
| Binary | 10101101 | 11010111 | 111100 | 10100 | 0 | 1001000 | 10000 | 1001100 | 1000010 | 110110 |
Color Harmonies of #ADD73C
Complementary color
Monochromatic Colors of #ADD73C
Black with #ADD73C
Text Example
Text Example
White with #ADD73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD73C; }
p { color: rgb(173,215,60); }
H1.HeaderClassName
{
color: #ADD73C;
}
.AnyTagClassName
{
color: #ADD73C;
}
</style>
background-color css
<style>
a { background-color: #ADD73C; }
a { background-color: rgb(173,215,60); }
div.DivClassName
{
background-color: #ADD73C;
}
.BgClassName
{
background-color: #ADD73C;
}
</style>
border-color css
<style>
span { border-color: #ADD73C; }
span { border-color: rgb(173,215,60); }
td.TdClassName
{
border-color: #ADD73C;
}
.TagClassName
{
border-color: #ADD73C;
}
</style>