Shades of Atlantis #9AD84D
Tints of Atlantis #9AD84D
RGB
CMYK
RGB Variations
Color information
#9AD84D (or 0x9AD84D) is known color: Atlantis. HEX triplet: 9A, D8 and 4D. RGB value is (154,216,77). Sum of RGB (Red+Green+Blue) = 154+216+77=447 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.45% from 447); Green value is 216 (84.77% from 255 or 48.32% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD84D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD84D is #6527B2. Grayscale: #B6B6B6. Windows color (decimal): -6629299 or 5101722. OLE color: 5101722.
HSL color Cylindrical-coordinate representation of color #9AD84D: hue angle of 86.76º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9AD84D is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 216 | 77 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.15 |
| HSL | 86.76º | 0.64% | 0.57% | - |
| HSV(B) | 86.76º | 0.64% | 0.85% | - |
| XYZ | 39.22 | 56.52 | 15.86 | - |
| YUV | 181.62 | 68.96 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 216 | 77 | 0.29 | 0 | 0.64 | 0.15 | 86.76 | 0.64 | 0.57 |
| Hex | 9A | D8 | 4D | 1D | 0 | 40 | F | 57 | 40 | 39 |
| Octal | 232 | 330 | 115 | 35 | 0 | 100 | 17 | 127 | 100 | 71 |
| Binary | 10011010 | 11011000 | 1001101 | 11101 | 0 | 1000000 | 1111 | 1010111 | 1000000 | 111001 |
Color Harmonies of #9AD84D
Complementary color
Monochromatic Colors of #9AD84D
Black with #9AD84D
Text Example
Text Example
White with #9AD84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD84D; }
p { color: rgb(154,216,77); }
H1.HeaderClassName
{
color: #9AD84D;
}
.AnyTagClassName
{
color: #9AD84D;
}
</style>
background-color css
<style>
a { background-color: #9AD84D; }
a { background-color: rgb(154,216,77); }
div.DivClassName
{
background-color: #9AD84D;
}
.BgClassName
{
background-color: #9AD84D;
}
</style>
border-color css
<style>
span { border-color: #9AD84D; }
span { border-color: rgb(154,216,77); }
td.TdClassName
{
border-color: #9AD84D;
}
.TagClassName
{
border-color: #9AD84D;
}
</style>