Shades of Atlantis #ADD93C
Tints of Atlantis #ADD93C
RGB
CMYK
RGB Variations
Color information
#ADD93C (or 0xADD93C) is known color: Atlantis. HEX triplet: AD, D9 and 3C. RGB value is (173,217,60). Sum of RGB (Red+Green+Blue) = 173+217+60=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD93C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD93C is #5226C3. Grayscale: #BABABA. Windows color (decimal): -5383876 or 3987885. OLE color: 3987885.
HSL color Cylindrical-coordinate representation of color #ADD93C: hue angle of 76.82º 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 #ADD93C is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 60 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.15 |
| HSL | 76.82º | 0.67% | 0.54% | - |
| HSV(B) | 76.82º | 0.72% | 0.85% | - |
| XYZ | 42.86 | 58.84 | 13.37 | - |
| YUV | 185.95 | 56.92 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 60 | 0.20 | 0 | 0.72 | 0.15 | 76.82 | 0.67 | 0.54 |
| Hex | AD | D9 | 3C | 14 | 0 | 48 | F | 4D | 43 | 36 |
| Octal | 255 | 331 | 74 | 24 | 0 | 110 | 17 | 115 | 103 | 66 |
| Binary | 10101101 | 11011001 | 111100 | 10100 | 0 | 1001000 | 1111 | 1001101 | 1000011 | 110110 |
Color Harmonies of #ADD93C
Complementary color
Monochromatic Colors of #ADD93C
Black with #ADD93C
Text Example
Text Example
White with #ADD93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD93C; }
p { color: rgb(173,217,60); }
H1.HeaderClassName
{
color: #ADD93C;
}
.AnyTagClassName
{
color: #ADD93C;
}
</style>
background-color css
<style>
a { background-color: #ADD93C; }
a { background-color: rgb(173,217,60); }
div.DivClassName
{
background-color: #ADD93C;
}
.BgClassName
{
background-color: #ADD93C;
}
</style>
border-color css
<style>
span { border-color: #ADD93C; }
span { border-color: rgb(173,217,60); }
td.TdClassName
{
border-color: #ADD93C;
}
.TagClassName
{
border-color: #ADD93C;
}
</style>