Shades of Atlantis #9ABC50
Tints of Atlantis #9ABC50
RGB
CMYK
RGB Variations
Color information
#9ABC50 (or 0x9ABC50) is known color: Atlantis. HEX triplet: 9A, BC and 50. RGB value is (154,188,80). Sum of RGB (Red+Green+Blue) = 154+188+80=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABC50 is #6543AF. Grayscale: #A5A5A5. Windows color (decimal): -6636464 or 5291162. OLE color: 5291162.
HSL color Cylindrical-coordinate representation of color #9ABC50: hue angle of 78.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9ABC50 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 188 | 80 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.26 |
| HSL | 78.89º | 0.45% | 0.53% | - |
| HSV(B) | 78.89º | 0.57% | 0.74% | - |
| XYZ | 32.76 | 43.42 | 14.24 | - |
| YUV | 165.52 | 79.74 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 80 | 0.18 | 0 | 0.57 | 0.26 | 78.89 | 0.45 | 0.53 |
| Hex | 9A | BC | 50 | 12 | 0 | 39 | 1A | 4F | 2D | 35 |
| Octal | 232 | 274 | 120 | 22 | 0 | 71 | 32 | 117 | 55 | 65 |
| Binary | 10011010 | 10111100 | 1010000 | 10010 | 0 | 111001 | 11010 | 1001111 | 101101 | 110101 |
Color Harmonies of #9ABC50
Complementary color
Monochromatic Colors of #9ABC50
Black with #9ABC50
Text Example
Text Example
White with #9ABC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABC50; }
p { color: rgb(154,188,80); }
H1.HeaderClassName
{
color: #9ABC50;
}
.AnyTagClassName
{
color: #9ABC50;
}
</style>
background-color css
<style>
a { background-color: #9ABC50; }
a { background-color: rgb(154,188,80); }
div.DivClassName
{
background-color: #9ABC50;
}
.BgClassName
{
background-color: #9ABC50;
}
</style>
border-color css
<style>
span { border-color: #9ABC50; }
span { border-color: rgb(154,188,80); }
td.TdClassName
{
border-color: #9ABC50;
}
.TagClassName
{
border-color: #9ABC50;
}
</style>