Shades of Atlantis #9AC741
Tints of Atlantis #9AC741
RGB
CMYK
RGB Variations
Color information
#9AC741 (or 0x9AC741) is known color: Atlantis. HEX triplet: 9A, C7 and 41. RGB value is (154,199,65). Sum of RGB (Red+Green+Blue) = 154+199+65=418 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.84% from 418); Green value is 199 (78.12% from 255 or 47.61% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 199 - color contains mainly: green. Hex color #9AC741 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC741 is #6538BE. Grayscale: #AAAAAA. Windows color (decimal): -6633663 or 4310938. OLE color: 4310938.
HSL color Cylindrical-coordinate representation of color #9AC741: hue angle of 80.15º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9AC741 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 199 | 65 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.22 |
| HSL | 80.15º | 0.54% | 0.52% | - |
| HSV(B) | 80.15º | 0.67% | 0.78% | - |
| XYZ | 34.7 | 48.1 | 12.46 | - |
| YUV | 170.27 | 68.59 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 199 | 65 | 0.23 | 0 | 0.67 | 0.22 | 80.15 | 0.54 | 0.52 |
| Hex | 9A | C7 | 41 | 17 | 0 | 43 | 16 | 50 | 36 | 34 |
| Octal | 232 | 307 | 101 | 27 | 0 | 103 | 26 | 120 | 66 | 64 |
| Binary | 10011010 | 11000111 | 1000001 | 10111 | 0 | 1000011 | 10110 | 1010000 | 110110 | 110100 |
Color Harmonies of #9AC741
Complementary color
Monochromatic Colors of #9AC741
Black with #9AC741
Text Example
Text Example
White with #9AC741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC741; }
p { color: rgb(154,199,65); }
H1.HeaderClassName
{
color: #9AC741;
}
.AnyTagClassName
{
color: #9AC741;
}
</style>
background-color css
<style>
a { background-color: #9AC741; }
a { background-color: rgb(154,199,65); }
div.DivClassName
{
background-color: #9AC741;
}
.BgClassName
{
background-color: #9AC741;
}
</style>
border-color css
<style>
span { border-color: #9AC741; }
span { border-color: rgb(154,199,65); }
td.TdClassName
{
border-color: #9AC741;
}
.TagClassName
{
border-color: #9AC741;
}
</style>