Shades of Atlantis #9AC947
Tints of Atlantis #9AC947
RGB
CMYK
RGB Variations
Color information
#9AC947 (or 0x9AC947) is known color: Atlantis. HEX triplet: 9A, C9 and 47. RGB value is (154,201,71). Sum of RGB (Red+Green+Blue) = 154+201+71=426 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.15% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 71 (28.12% from 255 or 16.67% from 426); Max value from RGB is 201 - color contains mainly: green. Hex color #9AC947 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC947 is #6536B8. Grayscale: #ACACAC. Windows color (decimal): -6633145 or 4704666. OLE color: 4704666.
HSL color Cylindrical-coordinate representation of color #9AC947: hue angle of 81.69º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9AC947 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 201 | 71 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.21 |
| HSL | 81.69º | 0.55% | 0.53% | - |
| HSV(B) | 81.69º | 0.65% | 0.79% | - |
| XYZ | 35.35 | 49.1 | 13.57 | - |
| YUV | 172.13 | 70.93 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 201 | 71 | 0.23 | 0 | 0.65 | 0.21 | 81.69 | 0.55 | 0.53 |
| Hex | 9A | C9 | 47 | 17 | 0 | 41 | 15 | 52 | 37 | 35 |
| Octal | 232 | 311 | 107 | 27 | 0 | 101 | 25 | 122 | 67 | 65 |
| Binary | 10011010 | 11001001 | 1000111 | 10111 | 0 | 1000001 | 10101 | 1010010 | 110111 | 110101 |
Color Harmonies of #9AC947
Complementary color
Monochromatic Colors of #9AC947
Black with #9AC947
Text Example
Text Example
White with #9AC947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC947; }
p { color: rgb(154,201,71); }
H1.HeaderClassName
{
color: #9AC947;
}
.AnyTagClassName
{
color: #9AC947;
}
</style>
background-color css
<style>
a { background-color: #9AC947; }
a { background-color: rgb(154,201,71); }
div.DivClassName
{
background-color: #9AC947;
}
.BgClassName
{
background-color: #9AC947;
}
</style>
border-color css
<style>
span { border-color: #9AC947; }
span { border-color: rgb(154,201,71); }
td.TdClassName
{
border-color: #9AC947;
}
.TagClassName
{
border-color: #9AC947;
}
</style>