Shades of Atlantis #ADE238
Tints of Atlantis #ADE238
RGB
CMYK
RGB Variations
Color information
#ADE238 (or 0xADE238) is known color: Atlantis. HEX triplet: AD, E2 and 38. RGB value is (173,226,56). Sum of RGB (Red+Green+Blue) = 173+226+56=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 226 (88.67% from 255 or 49.67% from 455); Blue value is 56 (22.27% from 255 or 12.31% from 455); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE238 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE238 is #521DC7. Grayscale: #BFBFBF. Windows color (decimal): -5381576 or 3728045. OLE color: 3728045.
HSL color Cylindrical-coordinate representation of color #ADE238: hue angle of 78.71º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADE238 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 56 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.11 |
| HSL | 78.71º | 0.75% | 0.55% | - |
| HSV(B) | 78.71º | 0.75% | 0.89% | - |
| XYZ | 45.14 | 63.56 | 13.63 | - |
| YUV | 190.77 | 51.94 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 56 | 0.23 | 0 | 0.75 | 0.11 | 78.71 | 0.75 | 0.55 |
| Hex | AD | E2 | 38 | 17 | 0 | 4B | B | 4F | 4B | 37 |
| Octal | 255 | 342 | 70 | 27 | 0 | 113 | 13 | 117 | 113 | 67 |
| Binary | 10101101 | 11100010 | 111000 | 10111 | 0 | 1001011 | 1011 | 1001111 | 1001011 | 110111 |
Color Harmonies of #ADE238
Complementary color
Monochromatic Colors of #ADE238
Black with #ADE238
Text Example
Text Example
White with #ADE238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE238; }
p { color: rgb(173,226,56); }
H1.HeaderClassName
{
color: #ADE238;
}
.AnyTagClassName
{
color: #ADE238;
}
</style>
background-color css
<style>
a { background-color: #ADE238; }
a { background-color: rgb(173,226,56); }
div.DivClassName
{
background-color: #ADE238;
}
.BgClassName
{
background-color: #ADE238;
}
</style>
border-color css
<style>
span { border-color: #ADE238; }
span { border-color: rgb(173,226,56); }
td.TdClassName
{
border-color: #ADE238;
}
.TagClassName
{
border-color: #ADE238;
}
</style>