Shades of Atlantis #ADDA32
Tints of Atlantis #ADDA32
RGB
CMYK
RGB Variations
Color information
#ADDA32 (or 0xADDA32) is known color: Atlantis. HEX triplet: AD, DA and 32. RGB value is (173,218,50). Sum of RGB (Red+Green+Blue) = 173+218+50=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDA32 is #5225CD. Grayscale: #BABABA. Windows color (decimal): -5383630 or 3332781. OLE color: 3332781.
HSL color Cylindrical-coordinate representation of color #ADDA32: hue angle of 76.07º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADDA32 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 50 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.15 |
| HSL | 76.07º | 0.69% | 0.53% | - |
| HSV(B) | 76.07º | 0.77% | 0.85% | - |
| XYZ | 42.88 | 59.26 | 12.2 | - |
| YUV | 185.39 | 51.59 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 50 | 0.21 | 0 | 0.77 | 0.15 | 76.07 | 0.69 | 0.53 |
| Hex | AD | DA | 32 | 15 | 0 | 4D | F | 4C | 45 | 35 |
| Octal | 255 | 332 | 62 | 25 | 0 | 115 | 17 | 114 | 105 | 65 |
| Binary | 10101101 | 11011010 | 110010 | 10101 | 0 | 1001101 | 1111 | 1001100 | 1000101 | 110101 |
Color Harmonies of #ADDA32
Complementary color
Monochromatic Colors of #ADDA32
Black with #ADDA32
Text Example
Text Example
White with #ADDA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA32; }
p { color: rgb(173,218,50); }
H1.HeaderClassName
{
color: #ADDA32;
}
.AnyTagClassName
{
color: #ADDA32;
}
</style>
background-color css
<style>
a { background-color: #ADDA32; }
a { background-color: rgb(173,218,50); }
div.DivClassName
{
background-color: #ADDA32;
}
.BgClassName
{
background-color: #ADDA32;
}
</style>
border-color css
<style>
span { border-color: #ADDA32; }
span { border-color: rgb(173,218,50); }
td.TdClassName
{
border-color: #ADDA32;
}
.TagClassName
{
border-color: #ADDA32;
}
</style>