Shades of Atlantis #ADE336
Tints of Atlantis #ADE336
RGB
CMYK
RGB Variations
Color information
#ADE336 (or 0xADE336) is known color: Atlantis. HEX triplet: AD, E3 and 36. RGB value is (173,227,54). Sum of RGB (Red+Green+Blue) = 173+227+54=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 227 (89.06% from 255 or 50% from 454); Blue value is 54 (21.48% from 255 or 11.89% from 454); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE336 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE336 is #521CC9. Grayscale: #BFBFBF. Windows color (decimal): -5381322 or 3597229. OLE color: 3597229.
HSL color Cylindrical-coordinate representation of color #ADE336: hue angle of 78.73º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADE336 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 54 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.11 |
| HSL | 78.73º | 0.76% | 0.55% | - |
| HSV(B) | 78.73º | 0.76% | 0.89% | - |
| XYZ | 45.37 | 64.09 | 13.47 | - |
| YUV | 191.13 | 50.61 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 54 | 0.24 | 0 | 0.76 | 0.11 | 78.73 | 0.76 | 0.55 |
| Hex | AD | E3 | 36 | 18 | 0 | 4C | B | 4F | 4C | 37 |
| Octal | 255 | 343 | 66 | 30 | 0 | 114 | 13 | 117 | 114 | 67 |
| Binary | 10101101 | 11100011 | 110110 | 11000 | 0 | 1001100 | 1011 | 1001111 | 1001100 | 110111 |
Color Harmonies of #ADE336
Complementary color
Monochromatic Colors of #ADE336
Black with #ADE336
Text Example
Text Example
White with #ADE336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE336; }
p { color: rgb(173,227,54); }
H1.HeaderClassName
{
color: #ADE336;
}
.AnyTagClassName
{
color: #ADE336;
}
</style>
background-color css
<style>
a { background-color: #ADE336; }
a { background-color: rgb(173,227,54); }
div.DivClassName
{
background-color: #ADE336;
}
.BgClassName
{
background-color: #ADE336;
}
</style>
border-color css
<style>
span { border-color: #ADE336; }
span { border-color: rgb(173,227,54); }
td.TdClassName
{
border-color: #ADE336;
}
.TagClassName
{
border-color: #ADE336;
}
</style>