Shades of Atlantis #ADDE30
Tints of Atlantis #ADDE30
RGB
CMYK
RGB Variations
Color information
#ADDE30 (or 0xADDE30) is known color: Atlantis. HEX triplet: AD, DE and 30. RGB value is (173,222,48). Sum of RGB (Red+Green+Blue) = 173+222+48=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 222 (87.11% from 255 or 50.11% from 443); Blue value is 48 (19.14% from 255 or 10.84% from 443); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDE30 is #5221CF. Grayscale: #BCBCBC. Windows color (decimal): -5382608 or 3202733. OLE color: 3202733.
HSL color Cylindrical-coordinate representation of color #ADDE30: hue angle of 76.9º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADDE30 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 48 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.13 |
| HSL | 76.9º | 0.73% | 0.53% | - |
| HSV(B) | 76.9º | 0.78% | 0.87% | - |
| XYZ | 43.89 | 61.34 | 12.32 | - |
| YUV | 187.51 | 49.27 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 48 | 0.22 | 0 | 0.78 | 0.13 | 76.9 | 0.73 | 0.53 |
| Hex | AD | DE | 30 | 16 | 0 | 4E | D | 4D | 48 | 35 |
| Octal | 255 | 336 | 60 | 26 | 0 | 116 | 15 | 115 | 110 | 65 |
| Binary | 10101101 | 11011110 | 110000 | 10110 | 0 | 1001110 | 1101 | 1001101 | 1001000 | 110101 |
Color Harmonies of #ADDE30
Complementary color
Monochromatic Colors of #ADDE30
Black with #ADDE30
Text Example
Text Example
White with #ADDE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDE30; }
p { color: rgb(173,222,48); }
H1.HeaderClassName
{
color: #ADDE30;
}
.AnyTagClassName
{
color: #ADDE30;
}
</style>
background-color css
<style>
a { background-color: #ADDE30; }
a { background-color: rgb(173,222,48); }
div.DivClassName
{
background-color: #ADDE30;
}
.BgClassName
{
background-color: #ADDE30;
}
</style>
border-color css
<style>
span { border-color: #ADDE30; }
span { border-color: rgb(173,222,48); }
td.TdClassName
{
border-color: #ADDE30;
}
.TagClassName
{
border-color: #ADDE30;
}
</style>