Shades of Atlantis #9AC94D
Tints of Atlantis #9AC94D
RGB
CMYK
RGB Variations
Color information
#9AC94D (or 0x9AC94D) is known color: Atlantis. HEX triplet: 9A, C9 and 4D. RGB value is (154,201,77). Sum of RGB (Red+Green+Blue) = 154+201+77=432 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.65% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 201 - color contains mainly: green. Hex color #9AC94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC94D is #6536B2. Grayscale: #ADADAD. Windows color (decimal): -6633139 or 5097882. OLE color: 5097882.
HSL color Cylindrical-coordinate representation of color #9AC94D: hue angle of 82.74º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9AC94D is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 201 | 77 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.21 |
| HSL | 82.74º | 0.53% | 0.55% | - |
| HSV(B) | 82.74º | 0.62% | 0.79% | - |
| XYZ | 35.55 | 49.18 | 14.64 | - |
| YUV | 172.81 | 73.93 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 201 | 77 | 0.23 | 0 | 0.62 | 0.21 | 82.74 | 0.53 | 0.55 |
| Hex | 9A | C9 | 4D | 17 | 0 | 3E | 15 | 53 | 35 | 37 |
| Octal | 232 | 311 | 115 | 27 | 0 | 76 | 25 | 123 | 65 | 67 |
| Binary | 10011010 | 11001001 | 1001101 | 10111 | 0 | 111110 | 10101 | 1010011 | 110101 | 110111 |
Color Harmonies of #9AC94D
Complementary color
Monochromatic Colors of #9AC94D
Black with #9AC94D
Text Example
Text Example
White with #9AC94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC94D; }
p { color: rgb(154,201,77); }
H1.HeaderClassName
{
color: #9AC94D;
}
.AnyTagClassName
{
color: #9AC94D;
}
</style>
background-color css
<style>
a { background-color: #9AC94D; }
a { background-color: rgb(154,201,77); }
div.DivClassName
{
background-color: #9AC94D;
}
.BgClassName
{
background-color: #9AC94D;
}
</style>
border-color css
<style>
span { border-color: #9AC94D; }
span { border-color: rgb(154,201,77); }
td.TdClassName
{
border-color: #9AC94D;
}
.TagClassName
{
border-color: #9AC94D;
}
</style>