Shades of Atlantis #9AD149
Tints of Atlantis #9AD149
RGB
CMYK
RGB Variations
Color information
#9AD149 (or 0x9AD149) is known color: Atlantis. HEX triplet: 9A, D1 and 49. RGB value is (154,209,73). Sum of RGB (Red+Green+Blue) = 154+209+73=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 209 (82.03% from 255 or 47.94% from 436); Blue value is 73 (28.91% from 255 or 16.74% from 436); Max value from RGB is 209 - color contains mainly: green. Hex color #9AD149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD149 is #652EB6. Grayscale: #B1B1B1. Windows color (decimal): -6631095 or 4837786. OLE color: 4837786.
HSL color Cylindrical-coordinate representation of color #9AD149: hue angle of 84.26º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9AD149 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 209 | 73 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.18 |
| HSL | 84.26º | 0.6% | 0.55% | - |
| HSV(B) | 84.26º | 0.65% | 0.82% | - |
| XYZ | 37.33 | 52.95 | 14.56 | - |
| YUV | 177.05 | 69.28 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 209 | 73 | 0.26 | 0 | 0.65 | 0.18 | 84.26 | 0.6 | 0.55 |
| Hex | 9A | D1 | 49 | 1A | 0 | 41 | 12 | 54 | 3C | 37 |
| Octal | 232 | 321 | 111 | 32 | 0 | 101 | 22 | 124 | 74 | 67 |
| Binary | 10011010 | 11010001 | 1001001 | 11010 | 0 | 1000001 | 10010 | 1010100 | 111100 | 110111 |
Color Harmonies of #9AD149
Complementary color
Monochromatic Colors of #9AD149
Black with #9AD149
Text Example
Text Example
White with #9AD149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD149; }
p { color: rgb(154,209,73); }
H1.HeaderClassName
{
color: #9AD149;
}
.AnyTagClassName
{
color: #9AD149;
}
</style>
background-color css
<style>
a { background-color: #9AD149; }
a { background-color: rgb(154,209,73); }
div.DivClassName
{
background-color: #9AD149;
}
.BgClassName
{
background-color: #9AD149;
}
</style>
border-color css
<style>
span { border-color: #9AD149; }
span { border-color: rgb(154,209,73); }
td.TdClassName
{
border-color: #9AD149;
}
.TagClassName
{
border-color: #9AD149;
}
</style>