Shades of Atlantis #ADD135
Tints of Atlantis #ADD135
RGB
CMYK
RGB Variations
Color information
#ADD135 (or 0xADD135) is known color: Atlantis. HEX triplet: AD, D1 and 35. RGB value is (173,209,53). Sum of RGB (Red+Green+Blue) = 173+209+53=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 209 (82.03% from 255 or 48.05% from 435); Blue value is 53 (21.09% from 255 or 12.18% from 435); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD135 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD135 is #522ECA. Grayscale: #B5B5B5. Windows color (decimal): -5385931 or 3527085. OLE color: 3527085.
HSL color Cylindrical-coordinate representation of color #ADD135: hue angle of 73.85º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADD135 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 53 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.18 |
| HSL | 73.85º | 0.63% | 0.51% | - |
| HSV(B) | 73.85º | 0.75% | 0.82% | - |
| XYZ | 40.68 | 54.74 | 11.79 | - |
| YUV | 180.45 | 56.07 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 53 | 0.17 | 0 | 0.75 | 0.18 | 73.85 | 0.63 | 0.51 |
| Hex | AD | D1 | 35 | 11 | 0 | 4B | 12 | 4A | 3F | 33 |
| Octal | 255 | 321 | 65 | 21 | 0 | 113 | 22 | 112 | 77 | 63 |
| Binary | 10101101 | 11010001 | 110101 | 10001 | 0 | 1001011 | 10010 | 1001010 | 111111 | 110011 |
Color Harmonies of #ADD135
Complementary color
Monochromatic Colors of #ADD135
Black with #ADD135
Text Example
Text Example
White with #ADD135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD135; }
p { color: rgb(173,209,53); }
H1.HeaderClassName
{
color: #ADD135;
}
.AnyTagClassName
{
color: #ADD135;
}
</style>
background-color css
<style>
a { background-color: #ADD135; }
a { background-color: rgb(173,209,53); }
div.DivClassName
{
background-color: #ADD135;
}
.BgClassName
{
background-color: #ADD135;
}
</style>
border-color css
<style>
span { border-color: #ADD135; }
span { border-color: rgb(173,209,53); }
td.TdClassName
{
border-color: #ADD135;
}
.TagClassName
{
border-color: #ADD135;
}
</style>