Shades of Atlantis #9AC940
Tints of Atlantis #9AC940
RGB
CMYK
RGB Variations
Color information
#9AC940 (or 0x9AC940) is known color: Atlantis. HEX triplet: 9A, C9 and 40. RGB value is (154,201,64). Sum of RGB (Red+Green+Blue) = 154+201+64=419 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.75% from 419); Green value is 201 (78.91% from 255 or 47.97% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 201 - color contains mainly: green. Hex color #9AC940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC940 is #6536BF. Grayscale: #ABABAB. Windows color (decimal): -6633152 or 4245914. OLE color: 4245914.
HSL color Cylindrical-coordinate representation of color #9AC940: hue angle of 80.58º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9AC940 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 201 | 64 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.21 |
| HSL | 80.58º | 0.56% | 0.52% | - |
| HSV(B) | 80.58º | 0.68% | 0.79% | - |
| XYZ | 35.14 | 49.01 | 12.46 | - |
| YUV | 171.33 | 67.43 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 201 | 64 | 0.23 | 0 | 0.68 | 0.21 | 80.58 | 0.56 | 0.52 |
| Hex | 9A | C9 | 40 | 17 | 0 | 44 | 15 | 51 | 38 | 34 |
| Octal | 232 | 311 | 100 | 27 | 0 | 104 | 25 | 121 | 70 | 64 |
| Binary | 10011010 | 11001001 | 1000000 | 10111 | 0 | 1000100 | 10101 | 1010001 | 111000 | 110100 |
Color Harmonies of #9AC940
Complementary color
Monochromatic Colors of #9AC940
Black with #9AC940
Text Example
Text Example
White with #9AC940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC940; }
p { color: rgb(154,201,64); }
H1.HeaderClassName
{
color: #9AC940;
}
.AnyTagClassName
{
color: #9AC940;
}
</style>
background-color css
<style>
a { background-color: #9AC940; }
a { background-color: rgb(154,201,64); }
div.DivClassName
{
background-color: #9AC940;
}
.BgClassName
{
background-color: #9AC940;
}
</style>
border-color css
<style>
span { border-color: #9AC940; }
span { border-color: rgb(154,201,64); }
td.TdClassName
{
border-color: #9AC940;
}
.TagClassName
{
border-color: #9AC940;
}
</style>