Shades of Atlantis #ADE235
Tints of Atlantis #ADE235
RGB
CMYK
RGB Variations
Color information
#ADE235 (or 0xADE235) is known color: Atlantis. HEX triplet: AD, E2 and 35. RGB value is (173,226,53). Sum of RGB (Red+Green+Blue) = 173+226+53=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 226 (88.67% from 255 or 50% from 452); Blue value is 53 (21.09% from 255 or 11.73% from 452); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE235 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE235 is #521DCA. Grayscale: #BFBFBF. Windows color (decimal): -5381579 or 3531437. OLE color: 3531437.
HSL color Cylindrical-coordinate representation of color #ADE235: hue angle of 78.38º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADE235 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 53 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.11 |
| HSL | 78.38º | 0.75% | 0.55% | - |
| HSV(B) | 78.38º | 0.77% | 0.89% | - |
| XYZ | 45.07 | 63.53 | 13.26 | - |
| YUV | 190.43 | 50.44 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 53 | 0.23 | 0 | 0.77 | 0.11 | 78.38 | 0.75 | 0.55 |
| Hex | AD | E2 | 35 | 17 | 0 | 4D | B | 4E | 4B | 37 |
| Octal | 255 | 342 | 65 | 27 | 0 | 115 | 13 | 116 | 113 | 67 |
| Binary | 10101101 | 11100010 | 110101 | 10111 | 0 | 1001101 | 1011 | 1001110 | 1001011 | 110111 |
Color Harmonies of #ADE235
Complementary color
Monochromatic Colors of #ADE235
Black with #ADE235
Text Example
Text Example
White with #ADE235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE235; }
p { color: rgb(173,226,53); }
H1.HeaderClassName
{
color: #ADE235;
}
.AnyTagClassName
{
color: #ADE235;
}
</style>
background-color css
<style>
a { background-color: #ADE235; }
a { background-color: rgb(173,226,53); }
div.DivClassName
{
background-color: #ADE235;
}
.BgClassName
{
background-color: #ADE235;
}
</style>
border-color css
<style>
span { border-color: #ADE235; }
span { border-color: rgb(173,226,53); }
td.TdClassName
{
border-color: #ADE235;
}
.TagClassName
{
border-color: #ADE235;
}
</style>