Shades of Atlantis #9AC541
Tints of Atlantis #9AC541
RGB
CMYK
RGB Variations
Color information
#9AC541 (or 0x9AC541) is known color: Atlantis. HEX triplet: 9A, C5 and 41. RGB value is (154,197,65). Sum of RGB (Red+Green+Blue) = 154+197+65=416 (55% of max value = 765). Red value is 154 (60.55% from 255 or 37.02% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 197 - color contains mainly: green. Hex color #9AC541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC541 is #653ABE. Grayscale: #A9A9A9. Windows color (decimal): -6634175 or 4310426. OLE color: 4310426.
HSL color Cylindrical-coordinate representation of color #9AC541: hue angle of 79.55º 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 #9AC541 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 197 | 65 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.23 |
| HSL | 79.55º | 0.53% | 0.51% | - |
| HSV(B) | 79.55º | 0.67% | 0.77% | - |
| XYZ | 34.25 | 47.18 | 12.3 | - |
| YUV | 169.1 | 69.25 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 197 | 65 | 0.22 | 0 | 0.67 | 0.23 | 79.55 | 0.53 | 0.51 |
| Hex | 9A | C5 | 41 | 16 | 0 | 43 | 17 | 50 | 35 | 33 |
| Octal | 232 | 305 | 101 | 26 | 0 | 103 | 27 | 120 | 65 | 63 |
| Binary | 10011010 | 11000101 | 1000001 | 10110 | 0 | 1000011 | 10111 | 1010000 | 110101 | 110011 |
Color Harmonies of #9AC541
Complementary color
Monochromatic Colors of #9AC541
Black with #9AC541
Text Example
Text Example
White with #9AC541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC541; }
p { color: rgb(154,197,65); }
H1.HeaderClassName
{
color: #9AC541;
}
.AnyTagClassName
{
color: #9AC541;
}
</style>
background-color css
<style>
a { background-color: #9AC541; }
a { background-color: rgb(154,197,65); }
div.DivClassName
{
background-color: #9AC541;
}
.BgClassName
{
background-color: #9AC541;
}
</style>
border-color css
<style>
span { border-color: #9AC541; }
span { border-color: rgb(154,197,65); }
td.TdClassName
{
border-color: #9AC541;
}
.TagClassName
{
border-color: #9AC541;
}
</style>