Shades of Atlantis #ADD932
Tints of Atlantis #ADD932
RGB
CMYK
RGB Variations
Color information
#ADD932 (or 0xADD932) is known color: Atlantis. HEX triplet: AD, D9 and 32. RGB value is (173,217,50). Sum of RGB (Red+Green+Blue) = 173+217+50=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 50 (19.92% from 255 or 11.36% from 440); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD932 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD932 is #5226CD. Grayscale: #B9B9B9. Windows color (decimal): -5383886 or 3332525. OLE color: 3332525.
HSL color Cylindrical-coordinate representation of color #ADD932: hue angle of 75.81º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADD932 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 50 | - |
| CMYK | 0.20 | 0 | 0.77 | 0.15 |
| HSL | 75.81º | 0.69% | 0.52% | - |
| HSV(B) | 75.81º | 0.77% | 0.85% | - |
| XYZ | 42.62 | 58.74 | 12.11 | - |
| YUV | 184.81 | 51.92 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 50 | 0.20 | 0 | 0.77 | 0.15 | 75.81 | 0.69 | 0.52 |
| Hex | AD | D9 | 32 | 14 | 0 | 4D | F | 4C | 45 | 34 |
| Octal | 255 | 331 | 62 | 24 | 0 | 115 | 17 | 114 | 105 | 64 |
| Binary | 10101101 | 11011001 | 110010 | 10100 | 0 | 1001101 | 1111 | 1001100 | 1000101 | 110100 |
Color Harmonies of #ADD932
Complementary color
Monochromatic Colors of #ADD932
Black with #ADD932
Text Example
Text Example
White with #ADD932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD932; }
p { color: rgb(173,217,50); }
H1.HeaderClassName
{
color: #ADD932;
}
.AnyTagClassName
{
color: #ADD932;
}
</style>
background-color css
<style>
a { background-color: #ADD932; }
a { background-color: rgb(173,217,50); }
div.DivClassName
{
background-color: #ADD932;
}
.BgClassName
{
background-color: #ADD932;
}
</style>
border-color css
<style>
span { border-color: #ADD932; }
span { border-color: rgb(173,217,50); }
td.TdClassName
{
border-color: #ADD932;
}
.TagClassName
{
border-color: #ADD932;
}
</style>