Shades of Atlantis #ADD43C
Tints of Atlantis #ADD43C
RGB
CMYK
RGB Variations
Color information
#ADD43C (or 0xADD43C) is known color: Atlantis. HEX triplet: AD, D4 and 3C. RGB value is (173,212,60). Sum of RGB (Red+Green+Blue) = 173+212+60=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 212 (83.20% from 255 or 47.64% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD43C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD43C is #522BC3. Grayscale: #B7B7B7. Windows color (decimal): -5385156 or 3986605. OLE color: 3986605.
HSL color Cylindrical-coordinate representation of color #ADD43C: hue angle of 75.39º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADD43C is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 60 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.17 |
| HSL | 75.39º | 0.64% | 0.53% | - |
| HSV(B) | 75.39º | 0.72% | 0.83% | - |
| XYZ | 41.59 | 56.3 | 12.95 | - |
| YUV | 183.01 | 58.58 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 60 | 0.18 | 0 | 0.72 | 0.17 | 75.39 | 0.64 | 0.53 |
| Hex | AD | D4 | 3C | 12 | 0 | 48 | 11 | 4B | 40 | 35 |
| Octal | 255 | 324 | 74 | 22 | 0 | 110 | 21 | 113 | 100 | 65 |
| Binary | 10101101 | 11010100 | 111100 | 10010 | 0 | 1001000 | 10001 | 1001011 | 1000000 | 110101 |
Color Harmonies of #ADD43C
Complementary color
Monochromatic Colors of #ADD43C
Black with #ADD43C
Text Example
Text Example
White with #ADD43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD43C; }
p { color: rgb(173,212,60); }
H1.HeaderClassName
{
color: #ADD43C;
}
.AnyTagClassName
{
color: #ADD43C;
}
</style>
background-color css
<style>
a { background-color: #ADD43C; }
a { background-color: rgb(173,212,60); }
div.DivClassName
{
background-color: #ADD43C;
}
.BgClassName
{
background-color: #ADD43C;
}
</style>
border-color css
<style>
span { border-color: #ADD43C; }
span { border-color: rgb(173,212,60); }
td.TdClassName
{
border-color: #ADD43C;
}
.TagClassName
{
border-color: #ADD43C;
}
</style>