Shades of Atlantis #9ACB55
Tints of Atlantis #9ACB55
RGB
CMYK
RGB Variations
Color information
#9ACB55 (or 0x9ACB55) is known color: Atlantis. HEX triplet: 9A, CB and 55. RGB value is (154,203,85). Sum of RGB (Red+Green+Blue) = 154+203+85=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACB55 is #6534AA. Grayscale: #AFAFAF. Windows color (decimal): -6632619 or 5622682. OLE color: 5622682.
HSL color Cylindrical-coordinate representation of color #9ACB55: hue angle of 84.92º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9ACB55 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 203 | 85 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.20 |
| HSL | 84.92º | 0.53% | 0.56% | - |
| HSV(B) | 84.92º | 0.58% | 0.8% | - |
| XYZ | 36.32 | 50.24 | 16.38 | - |
| YUV | 174.9 | 77.27 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 203 | 85 | 0.24 | 0 | 0.58 | 0.20 | 84.92 | 0.53 | 0.56 |
| Hex | 9A | CB | 55 | 18 | 0 | 3A | 14 | 55 | 35 | 38 |
| Octal | 232 | 313 | 125 | 30 | 0 | 72 | 24 | 125 | 65 | 70 |
| Binary | 10011010 | 11001011 | 1010101 | 11000 | 0 | 111010 | 10100 | 1010101 | 110101 | 111000 |
Color Harmonies of #9ACB55
Complementary color
Monochromatic Colors of #9ACB55
Black with #9ACB55
Text Example
Text Example
White with #9ACB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACB55; }
p { color: rgb(154,203,85); }
H1.HeaderClassName
{
color: #9ACB55;
}
.AnyTagClassName
{
color: #9ACB55;
}
</style>
background-color css
<style>
a { background-color: #9ACB55; }
a { background-color: rgb(154,203,85); }
div.DivClassName
{
background-color: #9ACB55;
}
.BgClassName
{
background-color: #9ACB55;
}
</style>
border-color css
<style>
span { border-color: #9ACB55; }
span { border-color: rgb(154,203,85); }
td.TdClassName
{
border-color: #9ACB55;
}
.TagClassName
{
border-color: #9ACB55;
}
</style>