Shades of Atlantis #9AD947
Tints of Atlantis #9AD947
RGB
CMYK
RGB Variations
Color information
#9AD947 (or 0x9AD947) is known color: Atlantis. HEX triplet: 9A, D9 and 47. RGB value is (154,217,71). Sum of RGB (Red+Green+Blue) = 154+217+71=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 71 (28.12% from 255 or 16.06% from 442); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD947 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD947 is #6526B8. Grayscale: #B6B6B6. Windows color (decimal): -6629049 or 4708762. OLE color: 4708762.
HSL color Cylindrical-coordinate representation of color #9AD947: hue angle of 85.89º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9AD947 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 217 | 71 | - |
| CMYK | 0.29 | 0 | 0.67 | 0.15 |
| HSL | 85.89º | 0.66% | 0.56% | - |
| HSV(B) | 85.89º | 0.67% | 0.85% | - |
| XYZ | 39.28 | 56.95 | 14.88 | - |
| YUV | 181.52 | 65.63 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 217 | 71 | 0.29 | 0 | 0.67 | 0.15 | 85.89 | 0.66 | 0.56 |
| Hex | 9A | D9 | 47 | 1D | 0 | 43 | F | 56 | 42 | 38 |
| Octal | 232 | 331 | 107 | 35 | 0 | 103 | 17 | 126 | 102 | 70 |
| Binary | 10011010 | 11011001 | 1000111 | 11101 | 0 | 1000011 | 1111 | 1010110 | 1000010 | 111000 |
Color Harmonies of #9AD947
Complementary color
Monochromatic Colors of #9AD947
Black with #9AD947
Text Example
Text Example
White with #9AD947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD947; }
p { color: rgb(154,217,71); }
H1.HeaderClassName
{
color: #9AD947;
}
.AnyTagClassName
{
color: #9AD947;
}
</style>
background-color css
<style>
a { background-color: #9AD947; }
a { background-color: rgb(154,217,71); }
div.DivClassName
{
background-color: #9AD947;
}
.BgClassName
{
background-color: #9AD947;
}
</style>
border-color css
<style>
span { border-color: #9AD947; }
span { border-color: rgb(154,217,71); }
td.TdClassName
{
border-color: #9AD947;
}
.TagClassName
{
border-color: #9AD947;
}
</style>