Shades of Atlantis #ADD23C
Tints of Atlantis #ADD23C
RGB
CMYK
RGB Variations
Color information
#ADD23C (or 0xADD23C) is known color: Atlantis. HEX triplet: AD, D2 and 3C. RGB value is (173,210,60). Sum of RGB (Red+Green+Blue) = 173+210+60=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 60 (23.83% from 255 or 13.54% from 443); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD23C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD23C is #522DC3. Grayscale: #B6B6B6. Windows color (decimal): -5385668 or 3986093. OLE color: 3986093.
HSL color Cylindrical-coordinate representation of color #ADD23C: hue angle of 74.8º 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 #ADD23C is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 60 | - |
| CMYK | 0.18 | 0 | 0.71 | 0.18 |
| HSL | 74.8º | 0.63% | 0.53% | - |
| HSV(B) | 74.8º | 0.71% | 0.82% | - |
| XYZ | 41.1 | 55.3 | 12.78 | - |
| YUV | 181.84 | 59.24 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 60 | 0.18 | 0 | 0.71 | 0.18 | 74.8 | 0.63 | 0.53 |
| Hex | AD | D2 | 3C | 12 | 0 | 47 | 12 | 4B | 3E | 35 |
| Octal | 255 | 322 | 74 | 22 | 0 | 107 | 22 | 113 | 76 | 65 |
| Binary | 10101101 | 11010010 | 111100 | 10010 | 0 | 1000111 | 10010 | 1001011 | 111110 | 110101 |
Color Harmonies of #ADD23C
Complementary color
Monochromatic Colors of #ADD23C
Black with #ADD23C
Text Example
Text Example
White with #ADD23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD23C; }
p { color: rgb(173,210,60); }
H1.HeaderClassName
{
color: #ADD23C;
}
.AnyTagClassName
{
color: #ADD23C;
}
</style>
background-color css
<style>
a { background-color: #ADD23C; }
a { background-color: rgb(173,210,60); }
div.DivClassName
{
background-color: #ADD23C;
}
.BgClassName
{
background-color: #ADD23C;
}
</style>
border-color css
<style>
span { border-color: #ADD23C; }
span { border-color: rgb(173,210,60); }
td.TdClassName
{
border-color: #ADD23C;
}
.TagClassName
{
border-color: #ADD23C;
}
</style>