Shades of Atlantis #ADE338
Tints of Atlantis #ADE338
RGB
CMYK
RGB Variations
Color information
#ADE338 (or 0xADE338) is known color: Atlantis. HEX triplet: AD, E3 and 38. RGB value is (173,227,56). Sum of RGB (Red+Green+Blue) = 173+227+56=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 227 (89.06% from 255 or 49.78% from 456); Blue value is 56 (22.27% from 255 or 12.28% from 456); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE338 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE338 is #521CC7. Grayscale: #BFBFBF. Windows color (decimal): -5381320 or 3728301. OLE color: 3728301.
HSL color Cylindrical-coordinate representation of color #ADE338: hue angle of 78.95º 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 #ADE338 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 56 | - |
| CMYK | 0.24 | 0 | 0.75 | 0.11 |
| HSL | 78.95º | 0.75% | 0.55% | - |
| HSV(B) | 78.95º | 0.75% | 0.89% | - |
| XYZ | 45.42 | 64.11 | 13.72 | - |
| YUV | 191.36 | 51.61 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 56 | 0.24 | 0 | 0.75 | 0.11 | 78.95 | 0.75 | 0.55 |
| Hex | AD | E3 | 38 | 18 | 0 | 4B | B | 4F | 4B | 37 |
| Octal | 255 | 343 | 70 | 30 | 0 | 113 | 13 | 117 | 113 | 67 |
| Binary | 10101101 | 11100011 | 111000 | 11000 | 0 | 1001011 | 1011 | 1001111 | 1001011 | 110111 |
Color Harmonies of #ADE338
Complementary color
Monochromatic Colors of #ADE338
Black with #ADE338
Text Example
Text Example
White with #ADE338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE338; }
p { color: rgb(173,227,56); }
H1.HeaderClassName
{
color: #ADE338;
}
.AnyTagClassName
{
color: #ADE338;
}
</style>
background-color css
<style>
a { background-color: #ADE338; }
a { background-color: rgb(173,227,56); }
div.DivClassName
{
background-color: #ADE338;
}
.BgClassName
{
background-color: #ADE338;
}
</style>
border-color css
<style>
span { border-color: #ADE338; }
span { border-color: rgb(173,227,56); }
td.TdClassName
{
border-color: #ADE338;
}
.TagClassName
{
border-color: #ADE338;
}
</style>