Shades of Atlantis #ADD33A
Tints of Atlantis #ADD33A
RGB
CMYK
RGB Variations
Color information
#ADD33A (or 0xADD33A) is known color: Atlantis. HEX triplet: AD, D3 and 3A. RGB value is (173,211,58). Sum of RGB (Red+Green+Blue) = 173+211+58=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 211 (82.81% from 255 or 47.74% from 442); Blue value is 58 (23.05% from 255 or 13.12% from 442); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD33A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD33A is #522CC5. Grayscale: #B6B6B6. Windows color (decimal): -5385414 or 3855277. OLE color: 3855277.
HSL color Cylindrical-coordinate representation of color #ADD33A: hue angle of 74.9º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADD33A is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 58 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.17 |
| HSL | 74.9º | 0.63% | 0.53% | - |
| HSV(B) | 74.9º | 0.73% | 0.83% | - |
| XYZ | 41.29 | 55.78 | 12.59 | - |
| YUV | 182.2 | 57.91 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 58 | 0.18 | 0 | 0.73 | 0.17 | 74.9 | 0.63 | 0.53 |
| Hex | AD | D3 | 3A | 12 | 0 | 49 | 11 | 4B | 3F | 35 |
| Octal | 255 | 323 | 72 | 22 | 0 | 111 | 21 | 113 | 77 | 65 |
| Binary | 10101101 | 11010011 | 111010 | 10010 | 0 | 1001001 | 10001 | 1001011 | 111111 | 110101 |
Color Harmonies of #ADD33A
Complementary color
Monochromatic Colors of #ADD33A
Black with #ADD33A
Text Example
Text Example
White with #ADD33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD33A; }
p { color: rgb(173,211,58); }
H1.HeaderClassName
{
color: #ADD33A;
}
.AnyTagClassName
{
color: #ADD33A;
}
</style>
background-color css
<style>
a { background-color: #ADD33A; }
a { background-color: rgb(173,211,58); }
div.DivClassName
{
background-color: #ADD33A;
}
.BgClassName
{
background-color: #ADD33A;
}
</style>
border-color css
<style>
span { border-color: #ADD33A; }
span { border-color: rgb(173,211,58); }
td.TdClassName
{
border-color: #ADD33A;
}
.TagClassName
{
border-color: #ADD33A;
}
</style>