Shades of Atlantis #9AC153
Tints of Atlantis #9AC153
RGB
CMYK
RGB Variations
Color information
#9AC153 (or 0x9AC153) is known color: Atlantis. HEX triplet: 9A, C1 and 53. RGB value is (154,193,83). Sum of RGB (Red+Green+Blue) = 154+193+83=430 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.81% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 83 (32.81% from 255 or 19.30% from 430); Max value from RGB is 193 - color contains mainly: green. Hex color #9AC153 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC153 is #653EAC. Grayscale: #A9A9A9. Windows color (decimal): -6635181 or 5489050. OLE color: 5489050.
HSL color Cylindrical-coordinate representation of color #9AC153: hue angle of 81.27º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9AC153 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 193 | 83 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.24 |
| HSL | 81.27º | 0.47% | 0.54% | - |
| HSV(B) | 81.27º | 0.57% | 0.76% | - |
| XYZ | 33.96 | 45.63 | 15.2 | - |
| YUV | 168.8 | 79.58 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 193 | 83 | 0.20 | 0 | 0.57 | 0.24 | 81.27 | 0.47 | 0.54 |
| Hex | 9A | C1 | 53 | 14 | 0 | 39 | 18 | 51 | 2F | 36 |
| Octal | 232 | 301 | 123 | 24 | 0 | 71 | 30 | 121 | 57 | 66 |
| Binary | 10011010 | 11000001 | 1010011 | 10100 | 0 | 111001 | 11000 | 1010001 | 101111 | 110110 |
Color Harmonies of #9AC153
Complementary color
Monochromatic Colors of #9AC153
Black with #9AC153
Text Example
Text Example
White with #9AC153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC153; }
p { color: rgb(154,193,83); }
H1.HeaderClassName
{
color: #9AC153;
}
.AnyTagClassName
{
color: #9AC153;
}
</style>
background-color css
<style>
a { background-color: #9AC153; }
a { background-color: rgb(154,193,83); }
div.DivClassName
{
background-color: #9AC153;
}
.BgClassName
{
background-color: #9AC153;
}
</style>
border-color css
<style>
span { border-color: #9AC153; }
span { border-color: rgb(154,193,83); }
td.TdClassName
{
border-color: #9AC153;
}
.TagClassName
{
border-color: #9AC153;
}
</style>