Shades of Atlantis #ADD636
Tints of Atlantis #ADD636
RGB
CMYK
RGB Variations
Color information
#ADD636 (or 0xADD636) is known color: Atlantis. HEX triplet: AD, D6 and 36. RGB value is (173,214,54). Sum of RGB (Red+Green+Blue) = 173+214+54=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 54 (21.48% from 255 or 12.24% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD636 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD636 is #5229C9. Grayscale: #B8B8B8. Windows color (decimal): -5384650 or 3593901. OLE color: 3593901.
HSL color Cylindrical-coordinate representation of color #ADD636: hue angle of 75.38º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADD636 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 54 | - |
| CMYK | 0.19 | 0 | 0.75 | 0.16 |
| HSL | 75.38º | 0.66% | 0.53% | - |
| HSV(B) | 75.38º | 0.75% | 0.84% | - |
| XYZ | 41.95 | 57.24 | 12.33 | - |
| YUV | 183.5 | 54.92 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 54 | 0.19 | 0 | 0.75 | 0.16 | 75.38 | 0.66 | 0.53 |
| Hex | AD | D6 | 36 | 13 | 0 | 4B | 10 | 4B | 42 | 35 |
| Octal | 255 | 326 | 66 | 23 | 0 | 113 | 20 | 113 | 102 | 65 |
| Binary | 10101101 | 11010110 | 110110 | 10011 | 0 | 1001011 | 10000 | 1001011 | 1000010 | 110101 |
Color Harmonies of #ADD636
Complementary color
Monochromatic Colors of #ADD636
Black with #ADD636
Text Example
Text Example
White with #ADD636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD636; }
p { color: rgb(173,214,54); }
H1.HeaderClassName
{
color: #ADD636;
}
.AnyTagClassName
{
color: #ADD636;
}
</style>
background-color css
<style>
a { background-color: #ADD636; }
a { background-color: rgb(173,214,54); }
div.DivClassName
{
background-color: #ADD636;
}
.BgClassName
{
background-color: #ADD636;
}
</style>
border-color css
<style>
span { border-color: #ADD636; }
span { border-color: rgb(173,214,54); }
td.TdClassName
{
border-color: #ADD636;
}
.TagClassName
{
border-color: #ADD636;
}
</style>