Shades of Atlantis #ADE134
Tints of Atlantis #ADE134
RGB
CMYK
RGB Variations
Color information
#ADE134 (or 0xADE134) is known color: Atlantis. HEX triplet: AD, E1 and 34. RGB value is (173,225,52). Sum of RGB (Red+Green+Blue) = 173+225+52=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 225 (88.28% from 255 or 50% from 450); Blue value is 52 (20.70% from 255 or 11.56% from 450); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE134 is #521ECB. Grayscale: #BEBEBE. Windows color (decimal): -5381836 or 3465645. OLE color: 3465645.
HSL color Cylindrical-coordinate representation of color #ADE134: hue angle of 78.03º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADE134 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 52 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.12 |
| HSL | 78.03º | 0.74% | 0.54% | - |
| HSV(B) | 78.03º | 0.77% | 0.88% | - |
| XYZ | 44.78 | 62.98 | 13.05 | - |
| YUV | 189.73 | 50.27 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 52 | 0.23 | 0 | 0.77 | 0.12 | 78.03 | 0.74 | 0.54 |
| Hex | AD | E1 | 34 | 17 | 0 | 4D | C | 4E | 4A | 36 |
| Octal | 255 | 341 | 64 | 27 | 0 | 115 | 14 | 116 | 112 | 66 |
| Binary | 10101101 | 11100001 | 110100 | 10111 | 0 | 1001101 | 1100 | 1001110 | 1001010 | 110110 |
Color Harmonies of #ADE134
Complementary color
Monochromatic Colors of #ADE134
Black with #ADE134
Text Example
Text Example
White with #ADE134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE134; }
p { color: rgb(173,225,52); }
H1.HeaderClassName
{
color: #ADE134;
}
.AnyTagClassName
{
color: #ADE134;
}
</style>
background-color css
<style>
a { background-color: #ADE134; }
a { background-color: rgb(173,225,52); }
div.DivClassName
{
background-color: #ADE134;
}
.BgClassName
{
background-color: #ADE134;
}
</style>
border-color css
<style>
span { border-color: #ADE134; }
span { border-color: rgb(173,225,52); }
td.TdClassName
{
border-color: #ADE134;
}
.TagClassName
{
border-color: #ADE134;
}
</style>