Shades of Atlantis #ADD834
Tints of Atlantis #ADD834
RGB
CMYK
RGB Variations
Color information
#ADD834 (or 0xADD834) is known color: Atlantis. HEX triplet: AD, D8 and 34. RGB value is (173,216,52). Sum of RGB (Red+Green+Blue) = 173+216+52=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 216 (84.77% from 255 or 48.98% from 441); Blue value is 52 (20.70% from 255 or 11.79% from 441); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD834 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD834 is #5227CB. Grayscale: #B9B9B9. Windows color (decimal): -5384140 or 3463341. OLE color: 3463341.
HSL color Cylindrical-coordinate representation of color #ADD834: hue angle of 75.73º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADD834 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 52 | - |
| CMYK | 0.20 | 0 | 0.76 | 0.15 |
| HSL | 75.73º | 0.68% | 0.53% | - |
| HSV(B) | 75.73º | 0.76% | 0.85% | - |
| XYZ | 42.41 | 58.24 | 12.26 | - |
| YUV | 184.45 | 53.25 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 52 | 0.20 | 0 | 0.76 | 0.15 | 75.73 | 0.68 | 0.53 |
| Hex | AD | D8 | 34 | 14 | 0 | 4C | F | 4C | 44 | 35 |
| Octal | 255 | 330 | 64 | 24 | 0 | 114 | 17 | 114 | 104 | 65 |
| Binary | 10101101 | 11011000 | 110100 | 10100 | 0 | 1001100 | 1111 | 1001100 | 1000100 | 110101 |
Color Harmonies of #ADD834
Complementary color
Monochromatic Colors of #ADD834
Black with #ADD834
Text Example
Text Example
White with #ADD834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD834; }
p { color: rgb(173,216,52); }
H1.HeaderClassName
{
color: #ADD834;
}
.AnyTagClassName
{
color: #ADD834;
}
</style>
background-color css
<style>
a { background-color: #ADD834; }
a { background-color: rgb(173,216,52); }
div.DivClassName
{
background-color: #ADD834;
}
.BgClassName
{
background-color: #ADD834;
}
</style>
border-color css
<style>
span { border-color: #ADD834; }
span { border-color: rgb(173,216,52); }
td.TdClassName
{
border-color: #ADD834;
}
.TagClassName
{
border-color: #ADD834;
}
</style>