Shades of Atlantis #ADD13C
Tints of Atlantis #ADD13C
RGB
CMYK
RGB Variations
Color information
#ADD13C (or 0xADD13C) is known color: Atlantis. HEX triplet: AD, D1 and 3C. RGB value is (173,209,60). Sum of RGB (Red+Green+Blue) = 173+209+60=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 209 (82.03% from 255 or 47.29% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD13C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD13C is #522EC3. Grayscale: #B5B5B5. Windows color (decimal): -5385924 or 3985837. OLE color: 3985837.
HSL color Cylindrical-coordinate representation of color #ADD13C: hue angle of 74.5º degrees, saturation: 0.62, 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 #ADD13C is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 60 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.18 |
| HSL | 74.5º | 0.62% | 0.53% | - |
| HSV(B) | 74.5º | 0.71% | 0.82% | - |
| XYZ | 40.85 | 54.81 | 12.7 | - |
| YUV | 181.25 | 59.57 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 60 | 0.17 | 0 | 0.71 | 0.18 | 74.5 | 0.62 | 0.53 |
| Hex | AD | D1 | 3C | 11 | 0 | 47 | 12 | 4A | 3E | 35 |
| Octal | 255 | 321 | 74 | 21 | 0 | 107 | 22 | 112 | 76 | 65 |
| Binary | 10101101 | 11010001 | 111100 | 10001 | 0 | 1000111 | 10010 | 1001010 | 111110 | 110101 |
Color Harmonies of #ADD13C
Complementary color
Monochromatic Colors of #ADD13C
Black with #ADD13C
Text Example
Text Example
White with #ADD13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD13C; }
p { color: rgb(173,209,60); }
H1.HeaderClassName
{
color: #ADD13C;
}
.AnyTagClassName
{
color: #ADD13C;
}
</style>
background-color css
<style>
a { background-color: #ADD13C; }
a { background-color: rgb(173,209,60); }
div.DivClassName
{
background-color: #ADD13C;
}
.BgClassName
{
background-color: #ADD13C;
}
</style>
border-color css
<style>
span { border-color: #ADD13C; }
span { border-color: rgb(173,209,60); }
td.TdClassName
{
border-color: #ADD13C;
}
.TagClassName
{
border-color: #ADD13C;
}
</style>