Shades of Atlantis #9AD050
Tints of Atlantis #9AD050
RGB
CMYK
RGB Variations
Color information
#9AD050 (or 0x9AD050) is known color: Atlantis. HEX triplet: 9A, D0 and 50. RGB value is (154,208,80). Sum of RGB (Red+Green+Blue) = 154+208+80=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 208 (81.64% from 255 or 47.06% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD050 is #652FAF. Grayscale: #B1B1B1. Windows color (decimal): -6631344 or 5296282. OLE color: 5296282.
HSL color Cylindrical-coordinate representation of color #9AD050: hue angle of 85.31º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9AD050 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 208 | 80 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.18 |
| HSL | 85.31º | 0.58% | 0.56% | - |
| HSV(B) | 85.31º | 0.62% | 0.82% | - |
| XYZ | 37.33 | 52.56 | 15.77 | - |
| YUV | 177.26 | 73.11 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 208 | 80 | 0.26 | 0 | 0.62 | 0.18 | 85.31 | 0.58 | 0.56 |
| Hex | 9A | D0 | 50 | 1A | 0 | 3E | 12 | 55 | 3A | 38 |
| Octal | 232 | 320 | 120 | 32 | 0 | 76 | 22 | 125 | 72 | 70 |
| Binary | 10011010 | 11010000 | 1010000 | 11010 | 0 | 111110 | 10010 | 1010101 | 111010 | 111000 |
Color Harmonies of #9AD050
Complementary color
Monochromatic Colors of #9AD050
Black with #9AD050
Text Example
Text Example
White with #9AD050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD050; }
p { color: rgb(154,208,80); }
H1.HeaderClassName
{
color: #9AD050;
}
.AnyTagClassName
{
color: #9AD050;
}
</style>
background-color css
<style>
a { background-color: #9AD050; }
a { background-color: rgb(154,208,80); }
div.DivClassName
{
background-color: #9AD050;
}
.BgClassName
{
background-color: #9AD050;
}
</style>
border-color css
<style>
span { border-color: #9AD050; }
span { border-color: rgb(154,208,80); }
td.TdClassName
{
border-color: #9AD050;
}
.TagClassName
{
border-color: #9AD050;
}
</style>