Shades of Atlantis #ADE02F
Tints of Atlantis #ADE02F
RGB
CMYK
RGB Variations
Color information
#ADE02F (or 0xADE02F) is known color: Atlantis. HEX triplet: AD, E0 and 2F. RGB value is (173,224,47). Sum of RGB (Red+Green+Blue) = 173+224+47=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 224 (87.89% from 255 or 50.45% from 444); Blue value is 47 (18.75% from 255 or 10.59% from 444); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE02F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE02F is #521FD0. Grayscale: #BDBDBD. Windows color (decimal): -5382097 or 3137709. OLE color: 3137709.
HSL color Cylindrical-coordinate representation of color #ADE02F: hue angle of 77.29º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADE02F is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 47 | - |
| CMYK | 0.23 | 0 | 0.79 | 0.12 |
| HSL | 77.29º | 0.74% | 0.53% | - |
| HSV(B) | 77.29º | 0.79% | 0.88% | - |
| XYZ | 44.4 | 62.4 | 12.39 | - |
| YUV | 188.57 | 48.1 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 47 | 0.23 | 0 | 0.79 | 0.12 | 77.29 | 0.74 | 0.53 |
| Hex | AD | E0 | 2F | 17 | 0 | 4F | C | 4D | 4A | 35 |
| Octal | 255 | 340 | 57 | 27 | 0 | 117 | 14 | 115 | 112 | 65 |
| Binary | 10101101 | 11100000 | 101111 | 10111 | 0 | 1001111 | 1100 | 1001101 | 1001010 | 110101 |
Color Harmonies of #ADE02F
Complementary color
Monochromatic Colors of #ADE02F
Black with #ADE02F
Text Example
Text Example
White with #ADE02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE02F; }
p { color: rgb(173,224,47); }
H1.HeaderClassName
{
color: #ADE02F;
}
.AnyTagClassName
{
color: #ADE02F;
}
</style>
background-color css
<style>
a { background-color: #ADE02F; }
a { background-color: rgb(173,224,47); }
div.DivClassName
{
background-color: #ADE02F;
}
.BgClassName
{
background-color: #ADE02F;
}
</style>
border-color css
<style>
span { border-color: #ADE02F; }
span { border-color: rgb(173,224,47); }
td.TdClassName
{
border-color: #ADE02F;
}
.TagClassName
{
border-color: #ADE02F;
}
</style>