Shades of Atlantis #9AC440
Tints of Atlantis #9AC440
RGB
CMYK
RGB Variations
Color information
#9AC440 (or 0x9AC440) is known color: Atlantis. HEX triplet: 9A, C4 and 40. RGB value is (154,196,64). Sum of RGB (Red+Green+Blue) = 154+196+64=414 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.20% from 414); Green value is 196 (76.95% from 255 or 47.34% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 196 - color contains mainly: green. Hex color #9AC440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC440 is #653BBF. Grayscale: #A8A8A8. Windows color (decimal): -6634432 or 4244634. OLE color: 4244634.
HSL color Cylindrical-coordinate representation of color #9AC440: hue angle of 79.09º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9AC440 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 196 | 64 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.23 |
| HSL | 79.09º | 0.53% | 0.51% | - |
| HSV(B) | 79.09º | 0.67% | 0.77% | - |
| XYZ | 33.99 | 46.72 | 12.08 | - |
| YUV | 168.39 | 69.09 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 196 | 64 | 0.21 | 0 | 0.67 | 0.23 | 79.09 | 0.53 | 0.51 |
| Hex | 9A | C4 | 40 | 15 | 0 | 43 | 17 | 4F | 35 | 33 |
| Octal | 232 | 304 | 100 | 25 | 0 | 103 | 27 | 117 | 65 | 63 |
| Binary | 10011010 | 11000100 | 1000000 | 10101 | 0 | 1000011 | 10111 | 1001111 | 110101 | 110011 |
Color Harmonies of #9AC440
Complementary color
Monochromatic Colors of #9AC440
Black with #9AC440
Text Example
Text Example
White with #9AC440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC440; }
p { color: rgb(154,196,64); }
H1.HeaderClassName
{
color: #9AC440;
}
.AnyTagClassName
{
color: #9AC440;
}
</style>
background-color css
<style>
a { background-color: #9AC440; }
a { background-color: rgb(154,196,64); }
div.DivClassName
{
background-color: #9AC440;
}
.BgClassName
{
background-color: #9AC440;
}
</style>
border-color css
<style>
span { border-color: #9AC440; }
span { border-color: rgb(154,196,64); }
td.TdClassName
{
border-color: #9AC440;
}
.TagClassName
{
border-color: #9AC440;
}
</style>