Shades of Atlantis #ADE137
Tints of Atlantis #ADE137
RGB
CMYK
RGB Variations
Color information
#ADE137 (or 0xADE137) is known color: Atlantis. HEX triplet: AD, E1 and 37. RGB value is (173,225,55). Sum of RGB (Red+Green+Blue) = 173+225+55=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 225 (88.28% from 255 or 49.67% from 453); Blue value is 55 (21.88% from 255 or 12.14% from 453); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE137 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE137 is #521EC8. Grayscale: #BEBEBE. Windows color (decimal): -5381833 or 3662253. OLE color: 3662253.
HSL color Cylindrical-coordinate representation of color #ADE137: hue angle of 78.35º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADE137 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 55 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.12 |
| HSL | 78.35º | 0.74% | 0.55% | - |
| HSV(B) | 78.35º | 0.76% | 0.88% | - |
| XYZ | 44.85 | 63.01 | 13.41 | - |
| YUV | 190.07 | 51.77 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 55 | 0.23 | 0 | 0.76 | 0.12 | 78.35 | 0.74 | 0.55 |
| Hex | AD | E1 | 37 | 17 | 0 | 4C | C | 4E | 4A | 37 |
| Octal | 255 | 341 | 67 | 27 | 0 | 114 | 14 | 116 | 112 | 67 |
| Binary | 10101101 | 11100001 | 110111 | 10111 | 0 | 1001100 | 1100 | 1001110 | 1001010 | 110111 |
Color Harmonies of #ADE137
Complementary color
Monochromatic Colors of #ADE137
Black with #ADE137
Text Example
Text Example
White with #ADE137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE137; }
p { color: rgb(173,225,55); }
H1.HeaderClassName
{
color: #ADE137;
}
.AnyTagClassName
{
color: #ADE137;
}
</style>
background-color css
<style>
a { background-color: #ADE137; }
a { background-color: rgb(173,225,55); }
div.DivClassName
{
background-color: #ADE137;
}
.BgClassName
{
background-color: #ADE137;
}
</style>
border-color css
<style>
span { border-color: #ADE137; }
span { border-color: rgb(173,225,55); }
td.TdClassName
{
border-color: #ADE137;
}
.TagClassName
{
border-color: #ADE137;
}
</style>