Shades of Atlantis #ADE32F
Tints of Atlantis #ADE32F
RGB
CMYK
RGB Variations
Color information
#ADE32F (or 0xADE32F) is known color: Atlantis. HEX triplet: AD, E3 and 2F. RGB value is (173,227,47). Sum of RGB (Red+Green+Blue) = 173+227+47=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 227 (89.06% from 255 or 50.78% from 447); Blue value is 47 (18.75% from 255 or 10.51% from 447); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE32F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE32F is #521CD0. Grayscale: #BFBFBF. Windows color (decimal): -5381329 or 3138477. OLE color: 3138477.
HSL color Cylindrical-coordinate representation of color #ADE32F: hue angle of 78º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADE32F is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 47 | - |
| CMYK | 0.24 | 0 | 0.79 | 0.11 |
| HSL | 78º | 0.76% | 0.54% | - |
| HSV(B) | 78º | 0.79% | 0.89% | - |
| XYZ | 45.22 | 64.03 | 12.66 | - |
| YUV | 190.33 | 47.11 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 47 | 0.24 | 0 | 0.79 | 0.11 | 78 | 0.76 | 0.54 |
| Hex | AD | E3 | 2F | 18 | 0 | 4F | B | 4E | 4C | 36 |
| Octal | 255 | 343 | 57 | 30 | 0 | 117 | 13 | 116 | 114 | 66 |
| Binary | 10101101 | 11100011 | 101111 | 11000 | 0 | 1001111 | 1011 | 1001110 | 1001100 | 110110 |
Color Harmonies of #ADE32F
Complementary color
Monochromatic Colors of #ADE32F
Black with #ADE32F
Text Example
Text Example
White with #ADE32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE32F; }
p { color: rgb(173,227,47); }
H1.HeaderClassName
{
color: #ADE32F;
}
.AnyTagClassName
{
color: #ADE32F;
}
</style>
background-color css
<style>
a { background-color: #ADE32F; }
a { background-color: rgb(173,227,47); }
div.DivClassName
{
background-color: #ADE32F;
}
.BgClassName
{
background-color: #ADE32F;
}
</style>
border-color css
<style>
span { border-color: #ADE32F; }
span { border-color: rgb(173,227,47); }
td.TdClassName
{
border-color: #ADE32F;
}
.TagClassName
{
border-color: #ADE32F;
}
</style>