Shades of Atlantis #ADD336
Tints of Atlantis #ADD336
RGB
CMYK
RGB Variations
Color information
#ADD336 (or 0xADD336) is known color: Atlantis. HEX triplet: AD, D3 and 36. RGB value is (173,211,54). Sum of RGB (Red+Green+Blue) = 173+211+54=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 211 (82.81% from 255 or 48.17% from 438); Blue value is 54 (21.48% from 255 or 12.33% from 438); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD336 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD336 is #522CC9. Grayscale: #B6B6B6. Windows color (decimal): -5385418 or 3593133. OLE color: 3593133.
HSL color Cylindrical-coordinate representation of color #ADD336: hue angle of 74.52º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADD336 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 54 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.17 |
| HSL | 74.52º | 0.64% | 0.52% | - |
| HSV(B) | 74.52º | 0.74% | 0.83% | - |
| XYZ | 41.19 | 55.74 | 12.08 | - |
| YUV | 181.74 | 55.91 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 54 | 0.18 | 0 | 0.74 | 0.17 | 74.52 | 0.64 | 0.52 |
| Hex | AD | D3 | 36 | 12 | 0 | 4A | 11 | 4B | 40 | 34 |
| Octal | 255 | 323 | 66 | 22 | 0 | 112 | 21 | 113 | 100 | 64 |
| Binary | 10101101 | 11010011 | 110110 | 10010 | 0 | 1001010 | 10001 | 1001011 | 1000000 | 110100 |
Color Harmonies of #ADD336
Complementary color
Monochromatic Colors of #ADD336
Black with #ADD336
Text Example
Text Example
White with #ADD336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD336; }
p { color: rgb(173,211,54); }
H1.HeaderClassName
{
color: #ADD336;
}
.AnyTagClassName
{
color: #ADD336;
}
</style>
background-color css
<style>
a { background-color: #ADD336; }
a { background-color: rgb(173,211,54); }
div.DivClassName
{
background-color: #ADD336;
}
.BgClassName
{
background-color: #ADD336;
}
</style>
border-color css
<style>
span { border-color: #ADD336; }
span { border-color: rgb(173,211,54); }
td.TdClassName
{
border-color: #ADD336;
}
.TagClassName
{
border-color: #ADD336;
}
</style>