Shades of Atlantis #9AD737
Tints of Atlantis #9AD737
RGB
CMYK
RGB Variations
Color information
#9AD737 (or 0x9AD737) is known color: Atlantis. HEX triplet: 9A, D7 and 37. RGB value is (154,215,55). Sum of RGB (Red+Green+Blue) = 154+215+55=424 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.32% from 424); Green value is 215 (84.38% from 255 or 50.71% from 424); Blue value is 55 (21.88% from 255 or 12.97% from 424); Max value from RGB is 215 - color contains mainly: green. Hex color #9AD737 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD737 is #6528C8. Grayscale: #B3B3B3. Windows color (decimal): -6629577 or 3659674. OLE color: 3659674.
HSL color Cylindrical-coordinate representation of color #9AD737: hue angle of 82.88º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9AD737 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 215 | 55 | - |
| CMYK | 0.28 | 0 | 0.74 | 0.16 |
| HSL | 82.88º | 0.67% | 0.53% | - |
| HSV(B) | 82.88º | 0.74% | 0.84% | - |
| XYZ | 38.32 | 55.75 | 12.36 | - |
| YUV | 178.52 | 58.29 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 215 | 55 | 0.28 | 0 | 0.74 | 0.16 | 82.88 | 0.67 | 0.53 |
| Hex | 9A | D7 | 37 | 1C | 0 | 4A | 10 | 53 | 43 | 35 |
| Octal | 232 | 327 | 67 | 34 | 0 | 112 | 20 | 123 | 103 | 65 |
| Binary | 10011010 | 11010111 | 110111 | 11100 | 0 | 1001010 | 10000 | 1010011 | 1000011 | 110101 |
Color Harmonies of #9AD737
Complementary color
Monochromatic Colors of #9AD737
Black with #9AD737
Text Example
Text Example
White with #9AD737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD737; }
p { color: rgb(154,215,55); }
H1.HeaderClassName
{
color: #9AD737;
}
.AnyTagClassName
{
color: #9AD737;
}
</style>
background-color css
<style>
a { background-color: #9AD737; }
a { background-color: rgb(154,215,55); }
div.DivClassName
{
background-color: #9AD737;
}
.BgClassName
{
background-color: #9AD737;
}
</style>
border-color css
<style>
span { border-color: #9AD737; }
span { border-color: rgb(154,215,55); }
td.TdClassName
{
border-color: #9AD737;
}
.TagClassName
{
border-color: #9AD737;
}
</style>