Shades of Atlantis #9AD84C
Tints of Atlantis #9AD84C
RGB
CMYK
RGB Variations
Color information
#9AD84C (or 0x9AD84C) is known color: Atlantis. HEX triplet: 9A, D8 and 4C. RGB value is (154,216,76). Sum of RGB (Red+Green+Blue) = 154+216+76=446 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.53% from 446); Green value is 216 (84.77% from 255 or 48.43% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD84C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD84C is #6527B3. Grayscale: #B6B6B6. Windows color (decimal): -6629300 or 5036186. OLE color: 5036186.
HSL color Cylindrical-coordinate representation of color #9AD84C: hue angle of 86.57º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9AD84C is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 216 | 76 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.15 |
| HSL | 86.57º | 0.64% | 0.57% | - |
| HSV(B) | 86.57º | 0.65% | 0.85% | - |
| XYZ | 39.19 | 56.5 | 15.68 | - |
| YUV | 181.5 | 68.46 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 216 | 76 | 0.29 | 0 | 0.65 | 0.15 | 86.57 | 0.64 | 0.57 |
| Hex | 9A | D8 | 4C | 1D | 0 | 41 | F | 57 | 40 | 39 |
| Octal | 232 | 330 | 114 | 35 | 0 | 101 | 17 | 127 | 100 | 71 |
| Binary | 10011010 | 11011000 | 1001100 | 11101 | 0 | 1000001 | 1111 | 1010111 | 1000000 | 111001 |
Color Harmonies of #9AD84C
Complementary color
Monochromatic Colors of #9AD84C
Black with #9AD84C
Text Example
Text Example
White with #9AD84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD84C; }
p { color: rgb(154,216,76); }
H1.HeaderClassName
{
color: #9AD84C;
}
.AnyTagClassName
{
color: #9AD84C;
}
</style>
background-color css
<style>
a { background-color: #9AD84C; }
a { background-color: rgb(154,216,76); }
div.DivClassName
{
background-color: #9AD84C;
}
.BgClassName
{
background-color: #9AD84C;
}
</style>
border-color css
<style>
span { border-color: #9AD84C; }
span { border-color: rgb(154,216,76); }
td.TdClassName
{
border-color: #9AD84C;
}
.TagClassName
{
border-color: #9AD84C;
}
</style>