Shades of Atlantis #9AC540
Tints of Atlantis #9AC540
RGB
CMYK
RGB Variations
Color information
#9AC540 (or 0x9AC540) is known color: Atlantis. HEX triplet: 9A, C5 and 40. RGB value is (154,197,64). Sum of RGB (Red+Green+Blue) = 154+197+64=415 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.11% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 197 - color contains mainly: green. Hex color #9AC540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC540 is #653ABF. Grayscale: #A9A9A9. Windows color (decimal): -6634176 or 4244890. OLE color: 4244890.
HSL color Cylindrical-coordinate representation of color #9AC540: hue angle of 79.4º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9AC540 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 197 | 64 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.23 |
| HSL | 79.4º | 0.53% | 0.51% | - |
| HSV(B) | 79.4º | 0.68% | 0.77% | - |
| XYZ | 34.22 | 47.17 | 12.15 | - |
| YUV | 168.98 | 68.75 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 197 | 64 | 0.22 | 0 | 0.68 | 0.23 | 79.4 | 0.53 | 0.51 |
| Hex | 9A | C5 | 40 | 16 | 0 | 44 | 17 | 4F | 35 | 33 |
| Octal | 232 | 305 | 100 | 26 | 0 | 104 | 27 | 117 | 65 | 63 |
| Binary | 10011010 | 11000101 | 1000000 | 10110 | 0 | 1000100 | 10111 | 1001111 | 110101 | 110011 |
Color Harmonies of #9AC540
Complementary color
Monochromatic Colors of #9AC540
Black with #9AC540
Text Example
Text Example
White with #9AC540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC540; }
p { color: rgb(154,197,64); }
H1.HeaderClassName
{
color: #9AC540;
}
.AnyTagClassName
{
color: #9AC540;
}
</style>
background-color css
<style>
a { background-color: #9AC540; }
a { background-color: rgb(154,197,64); }
div.DivClassName
{
background-color: #9AC540;
}
.BgClassName
{
background-color: #9AC540;
}
</style>
border-color css
<style>
span { border-color: #9AC540; }
span { border-color: rgb(154,197,64); }
td.TdClassName
{
border-color: #9AC540;
}
.TagClassName
{
border-color: #9AC540;
}
</style>