Shades of Atlantis #9AD153
Tints of Atlantis #9AD153
RGB
CMYK
RGB Variations
Color information
#9AD153 (or 0x9AD153) is known color: Atlantis. HEX triplet: 9A, D1 and 53. RGB value is (154,209,83). Sum of RGB (Red+Green+Blue) = 154+209+83=446 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.53% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 83 (32.81% from 255 or 18.61% from 446); Max value from RGB is 209 - color contains mainly: green. Hex color #9AD153 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD153 is #652EAC. Grayscale: #B2B2B2. Windows color (decimal): -6631085 or 5493146. OLE color: 5493146.
HSL color Cylindrical-coordinate representation of color #9AD153: hue angle of 86.19º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9AD153 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 209 | 83 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.18 |
| HSL | 86.19º | 0.58% | 0.57% | - |
| HSV(B) | 86.19º | 0.6% | 0.82% | - |
| XYZ | 37.69 | 53.1 | 16.45 | - |
| YUV | 178.19 | 74.28 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 209 | 83 | 0.26 | 0 | 0.60 | 0.18 | 86.19 | 0.58 | 0.57 |
| Hex | 9A | D1 | 53 | 1A | 0 | 3C | 12 | 56 | 3A | 39 |
| Octal | 232 | 321 | 123 | 32 | 0 | 74 | 22 | 126 | 72 | 71 |
| Binary | 10011010 | 11010001 | 1010011 | 11010 | 0 | 111100 | 10010 | 1010110 | 111010 | 111001 |
Color Harmonies of #9AD153
Complementary color
Monochromatic Colors of #9AD153
Black with #9AD153
Text Example
Text Example
White with #9AD153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD153; }
p { color: rgb(154,209,83); }
H1.HeaderClassName
{
color: #9AD153;
}
.AnyTagClassName
{
color: #9AD153;
}
</style>
background-color css
<style>
a { background-color: #9AD153; }
a { background-color: rgb(154,209,83); }
div.DivClassName
{
background-color: #9AD153;
}
.BgClassName
{
background-color: #9AD153;
}
</style>
border-color css
<style>
span { border-color: #9AD153; }
span { border-color: rgb(154,209,83); }
td.TdClassName
{
border-color: #9AD153;
}
.TagClassName
{
border-color: #9AD153;
}
</style>