Shades of Atlantis #ADD63D
Tints of Atlantis #ADD63D
RGB
CMYK
RGB Variations
Color information
#ADD63D (or 0xADD63D) is known color: Atlantis. HEX triplet: AD, D6 and 3D. RGB value is (173,214,61). Sum of RGB (Red+Green+Blue) = 173+214+61=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 214 (83.98% from 255 or 47.77% from 448); Blue value is 61 (24.22% from 255 or 13.62% from 448); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD63D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD63D is #5229C2. Grayscale: #B8B8B8. Windows color (decimal): -5384643 or 4052653. OLE color: 4052653.
HSL color Cylindrical-coordinate representation of color #ADD63D: hue angle of 76.08º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADD63D is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 61 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.16 |
| HSL | 76.08º | 0.65% | 0.54% | - |
| HSV(B) | 76.08º | 0.71% | 0.84% | - |
| XYZ | 42.12 | 57.31 | 13.26 | - |
| YUV | 184.3 | 58.42 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 61 | 0.19 | 0 | 0.71 | 0.16 | 76.08 | 0.65 | 0.54 |
| Hex | AD | D6 | 3D | 13 | 0 | 47 | 10 | 4C | 41 | 36 |
| Octal | 255 | 326 | 75 | 23 | 0 | 107 | 20 | 114 | 101 | 66 |
| Binary | 10101101 | 11010110 | 111101 | 10011 | 0 | 1000111 | 10000 | 1001100 | 1000001 | 110110 |
Color Harmonies of #ADD63D
Complementary color
Monochromatic Colors of #ADD63D
Black with #ADD63D
Text Example
Text Example
White with #ADD63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD63D; }
p { color: rgb(173,214,61); }
H1.HeaderClassName
{
color: #ADD63D;
}
.AnyTagClassName
{
color: #ADD63D;
}
</style>
background-color css
<style>
a { background-color: #ADD63D; }
a { background-color: rgb(173,214,61); }
div.DivClassName
{
background-color: #ADD63D;
}
.BgClassName
{
background-color: #ADD63D;
}
</style>
border-color css
<style>
span { border-color: #ADD63D; }
span { border-color: rgb(173,214,61); }
td.TdClassName
{
border-color: #ADD63D;
}
.TagClassName
{
border-color: #ADD63D;
}
</style>