Shades of Atlantis #9AD940
Tints of Atlantis #9AD940
RGB
CMYK
RGB Variations
Color information
#9AD940 (or 0x9AD940) is known color: Atlantis. HEX triplet: 9A, D9 and 40. RGB value is (154,217,64). Sum of RGB (Red+Green+Blue) = 154+217+64=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 217 (85.16% from 255 or 49.89% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD940 is #6526BF. Grayscale: #B5B5B5. Windows color (decimal): -6629056 or 4250010. OLE color: 4250010.
HSL color Cylindrical-coordinate representation of color #9AD940: hue angle of 84.71º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9AD940 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 217 | 64 | - |
| CMYK | 0.29 | 0 | 0.71 | 0.15 |
| HSL | 84.71º | 0.67% | 0.55% | - |
| HSV(B) | 84.71º | 0.71% | 0.85% | - |
| XYZ | 39.06 | 56.87 | 13.77 | - |
| YUV | 180.72 | 62.13 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 217 | 64 | 0.29 | 0 | 0.71 | 0.15 | 84.71 | 0.67 | 0.55 |
| Hex | 9A | D9 | 40 | 1D | 0 | 47 | F | 55 | 43 | 37 |
| Octal | 232 | 331 | 100 | 35 | 0 | 107 | 17 | 125 | 103 | 67 |
| Binary | 10011010 | 11011001 | 1000000 | 11101 | 0 | 1000111 | 1111 | 1010101 | 1000011 | 110111 |
Color Harmonies of #9AD940
Complementary color
Monochromatic Colors of #9AD940
Black with #9AD940
Text Example
Text Example
White with #9AD940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD940; }
p { color: rgb(154,217,64); }
H1.HeaderClassName
{
color: #9AD940;
}
.AnyTagClassName
{
color: #9AD940;
}
</style>
background-color css
<style>
a { background-color: #9AD940; }
a { background-color: rgb(154,217,64); }
div.DivClassName
{
background-color: #9AD940;
}
.BgClassName
{
background-color: #9AD940;
}
</style>
border-color css
<style>
span { border-color: #9AD940; }
span { border-color: rgb(154,217,64); }
td.TdClassName
{
border-color: #9AD940;
}
.TagClassName
{
border-color: #9AD940;
}
</style>