Shades of Atlantis #9AC548
Tints of Atlantis #9AC548
RGB
CMYK
RGB Variations
Color information
#9AC548 (or 0x9AC548) is known color: Atlantis. HEX triplet: 9A, C5 and 48. RGB value is (154,197,72). Sum of RGB (Red+Green+Blue) = 154+197+72=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 197 - color contains mainly: green. Hex color #9AC548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC548 is #653AB7. Grayscale: #AAAAAA. Windows color (decimal): -6634168 or 4769178. OLE color: 4769178.
HSL color Cylindrical-coordinate representation of color #9AC548: hue angle of 80.64º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9AC548 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 197 | 72 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.23 |
| HSL | 80.64º | 0.52% | 0.53% | - |
| HSV(B) | 80.64º | 0.63% | 0.77% | - |
| XYZ | 34.46 | 47.27 | 13.44 | - |
| YUV | 169.89 | 72.75 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 197 | 72 | 0.22 | 0 | 0.63 | 0.23 | 80.64 | 0.52 | 0.53 |
| Hex | 9A | C5 | 48 | 16 | 0 | 3F | 17 | 51 | 34 | 35 |
| Octal | 232 | 305 | 110 | 26 | 0 | 77 | 27 | 121 | 64 | 65 |
| Binary | 10011010 | 11000101 | 1001000 | 10110 | 0 | 111111 | 10111 | 1010001 | 110100 | 110101 |
Color Harmonies of #9AC548
Complementary color
Monochromatic Colors of #9AC548
Black with #9AC548
Text Example
Text Example
White with #9AC548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC548; }
p { color: rgb(154,197,72); }
H1.HeaderClassName
{
color: #9AC548;
}
.AnyTagClassName
{
color: #9AC548;
}
</style>
background-color css
<style>
a { background-color: #9AC548; }
a { background-color: rgb(154,197,72); }
div.DivClassName
{
background-color: #9AC548;
}
.BgClassName
{
background-color: #9AC548;
}
</style>
border-color css
<style>
span { border-color: #9AC548; }
span { border-color: rgb(154,197,72); }
td.TdClassName
{
border-color: #9AC548;
}
.TagClassName
{
border-color: #9AC548;
}
</style>