Shades of Atlantis #9AC155
Tints of Atlantis #9AC155
RGB
CMYK
RGB Variations
Color information
#9AC155 (or 0x9AC155) is known color: Atlantis. HEX triplet: 9A, C1 and 55. RGB value is (154,193,85). Sum of RGB (Red+Green+Blue) = 154+193+85=432 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.65% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 193 - color contains mainly: green. Hex color #9AC155 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC155 is #653EAA. Grayscale: #A9A9A9. Windows color (decimal): -6635179 or 5620122. OLE color: 5620122.
HSL color Cylindrical-coordinate representation of color #9AC155: hue angle of 81.67º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9AC155 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 193 | 85 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.24 |
| HSL | 81.67º | 0.47% | 0.55% | - |
| HSV(B) | 81.67º | 0.56% | 0.76% | - |
| XYZ | 34.04 | 45.67 | 15.61 | - |
| YUV | 169.03 | 80.58 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 193 | 85 | 0.20 | 0 | 0.56 | 0.24 | 81.67 | 0.47 | 0.55 |
| Hex | 9A | C1 | 55 | 14 | 0 | 38 | 18 | 52 | 2F | 37 |
| Octal | 232 | 301 | 125 | 24 | 0 | 70 | 30 | 122 | 57 | 67 |
| Binary | 10011010 | 11000001 | 1010101 | 10100 | 0 | 111000 | 11000 | 1010010 | 101111 | 110111 |
Color Harmonies of #9AC155
Complementary color
Monochromatic Colors of #9AC155
Black with #9AC155
Text Example
Text Example
White with #9AC155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC155; }
p { color: rgb(154,193,85); }
H1.HeaderClassName
{
color: #9AC155;
}
.AnyTagClassName
{
color: #9AC155;
}
</style>
background-color css
<style>
a { background-color: #9AC155; }
a { background-color: rgb(154,193,85); }
div.DivClassName
{
background-color: #9AC155;
}
.BgClassName
{
background-color: #9AC155;
}
</style>
border-color css
<style>
span { border-color: #9AC155; }
span { border-color: rgb(154,193,85); }
td.TdClassName
{
border-color: #9AC155;
}
.TagClassName
{
border-color: #9AC155;
}
</style>