Shades of Atlantis #9AD837
Tints of Atlantis #9AD837
RGB
CMYK
RGB Variations
Color information
#9AD837 (or 0x9AD837) is known color: Atlantis. HEX triplet: 9A, D8 and 37. RGB value is (154,216,55). Sum of RGB (Red+Green+Blue) = 154+216+55=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 216 (84.77% from 255 or 50.82% from 425); Blue value is 55 (21.88% from 255 or 12.94% from 425); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD837 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD837 is #6527C8. Grayscale: #B3B3B3. Windows color (decimal): -6629321 or 3659930. OLE color: 3659930.
HSL color Cylindrical-coordinate representation of color #9AD837: hue angle of 83.11º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9AD837 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 216 | 55 | - |
| CMYK | 0.29 | 0 | 0.75 | 0.15 |
| HSL | 83.11º | 0.67% | 0.53% | - |
| HSV(B) | 83.11º | 0.75% | 0.85% | - |
| XYZ | 38.57 | 56.26 | 12.44 | - |
| YUV | 179.11 | 57.96 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 216 | 55 | 0.29 | 0 | 0.75 | 0.15 | 83.11 | 0.67 | 0.53 |
| Hex | 9A | D8 | 37 | 1D | 0 | 4B | F | 53 | 43 | 35 |
| Octal | 232 | 330 | 67 | 35 | 0 | 113 | 17 | 123 | 103 | 65 |
| Binary | 10011010 | 11011000 | 110111 | 11101 | 0 | 1001011 | 1111 | 1010011 | 1000011 | 110101 |
Color Harmonies of #9AD837
Complementary color
Monochromatic Colors of #9AD837
Black with #9AD837
Text Example
Text Example
White with #9AD837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD837; }
p { color: rgb(154,216,55); }
H1.HeaderClassName
{
color: #9AD837;
}
.AnyTagClassName
{
color: #9AD837;
}
</style>
background-color css
<style>
a { background-color: #9AD837; }
a { background-color: rgb(154,216,55); }
div.DivClassName
{
background-color: #9AD837;
}
.BgClassName
{
background-color: #9AD837;
}
</style>
border-color css
<style>
span { border-color: #9AD837; }
span { border-color: rgb(154,216,55); }
td.TdClassName
{
border-color: #9AD837;
}
.TagClassName
{
border-color: #9AD837;
}
</style>