Shades of Atlantis #9AC84D
Tints of Atlantis #9AC84D
RGB
CMYK
RGB Variations
Color information
#9AC84D (or 0x9AC84D) is known color: Atlantis. HEX triplet: 9A, C8 and 4D. RGB value is (154,200,77). Sum of RGB (Red+Green+Blue) = 154+200+77=431 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.73% from 431); Green value is 200 (78.52% from 255 or 46.40% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 200 - color contains mainly: green. Hex color #9AC84D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC84D is #6537B2. Grayscale: #ACACAC. Windows color (decimal): -6633395 or 5097626. OLE color: 5097626.
HSL color Cylindrical-coordinate representation of color #9AC84D: hue angle of 82.44º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9AC84D is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 200 | 77 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.22 |
| HSL | 82.44º | 0.53% | 0.54% | - |
| HSV(B) | 82.44º | 0.62% | 0.78% | - |
| XYZ | 35.32 | 48.71 | 14.56 | - |
| YUV | 172.22 | 74.26 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 200 | 77 | 0.23 | 0 | 0.62 | 0.22 | 82.44 | 0.53 | 0.54 |
| Hex | 9A | C8 | 4D | 17 | 0 | 3E | 16 | 52 | 35 | 36 |
| Octal | 232 | 310 | 115 | 27 | 0 | 76 | 26 | 122 | 65 | 66 |
| Binary | 10011010 | 11001000 | 1001101 | 10111 | 0 | 111110 | 10110 | 1010010 | 110101 | 110110 |
Color Harmonies of #9AC84D
Complementary color
Monochromatic Colors of #9AC84D
Black with #9AC84D
Text Example
Text Example
White with #9AC84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC84D; }
p { color: rgb(154,200,77); }
H1.HeaderClassName
{
color: #9AC84D;
}
.AnyTagClassName
{
color: #9AC84D;
}
</style>
background-color css
<style>
a { background-color: #9AC84D; }
a { background-color: rgb(154,200,77); }
div.DivClassName
{
background-color: #9AC84D;
}
.BgClassName
{
background-color: #9AC84D;
}
</style>
border-color css
<style>
span { border-color: #9AC84D; }
span { border-color: rgb(154,200,77); }
td.TdClassName
{
border-color: #9AC84D;
}
.TagClassName
{
border-color: #9AC84D;
}
</style>