Shades of Atlantis #9AD550
Tints of Atlantis #9AD550
RGB
CMYK
RGB Variations
Color information
#9AD550 (or 0x9AD550) is known color: Atlantis. HEX triplet: 9A, D5 and 50. RGB value is (154,213,80). Sum of RGB (Red+Green+Blue) = 154+213+80=447 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.45% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD550 is #652AAF. Grayscale: #B4B4B4. Windows color (decimal): -6630064 or 5297562. OLE color: 5297562.
HSL color Cylindrical-coordinate representation of color #9AD550: hue angle of 86.62º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9AD550 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 213 | 80 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.16 |
| HSL | 86.62º | 0.61% | 0.57% | - |
| HSV(B) | 86.62º | 0.62% | 0.84% | - |
| XYZ | 38.57 | 55.04 | 16.18 | - |
| YUV | 180.2 | 71.45 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 213 | 80 | 0.28 | 0 | 0.62 | 0.16 | 86.62 | 0.61 | 0.57 |
| Hex | 9A | D5 | 50 | 1C | 0 | 3E | 10 | 57 | 3D | 39 |
| Octal | 232 | 325 | 120 | 34 | 0 | 76 | 20 | 127 | 75 | 71 |
| Binary | 10011010 | 11010101 | 1010000 | 11100 | 0 | 111110 | 10000 | 1010111 | 111101 | 111001 |
Color Harmonies of #9AD550
Complementary color
Monochromatic Colors of #9AD550
Black with #9AD550
Text Example
Text Example
White with #9AD550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD550; }
p { color: rgb(154,213,80); }
H1.HeaderClassName
{
color: #9AD550;
}
.AnyTagClassName
{
color: #9AD550;
}
</style>
background-color css
<style>
a { background-color: #9AD550; }
a { background-color: rgb(154,213,80); }
div.DivClassName
{
background-color: #9AD550;
}
.BgClassName
{
background-color: #9AD550;
}
</style>
border-color css
<style>
span { border-color: #9AD550; }
span { border-color: rgb(154,213,80); }
td.TdClassName
{
border-color: #9AD550;
}
.TagClassName
{
border-color: #9AD550;
}
</style>