Shades of Atlantis #9AC944
Tints of Atlantis #9AC944
RGB
CMYK
RGB Variations
Color information
#9AC944 (or 0x9AC944) is known color: Atlantis. HEX triplet: 9A, C9 and 44. RGB value is (154,201,68). Sum of RGB (Red+Green+Blue) = 154+201+68=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 68 (26.95% from 255 or 16.08% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #9AC944 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC944 is #6536BB. Grayscale: #ACACAC. Windows color (decimal): -6633148 or 4508058. OLE color: 4508058.
HSL color Cylindrical-coordinate representation of color #9AC944: hue angle of 81.2º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9AC944 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 201 | 68 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.21 |
| HSL | 81.2º | 0.55% | 0.53% | - |
| HSV(B) | 81.2º | 0.66% | 0.79% | - |
| XYZ | 35.26 | 49.06 | 13.08 | - |
| YUV | 171.79 | 69.43 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 201 | 68 | 0.23 | 0 | 0.66 | 0.21 | 81.2 | 0.55 | 0.53 |
| Hex | 9A | C9 | 44 | 17 | 0 | 42 | 15 | 51 | 37 | 35 |
| Octal | 232 | 311 | 104 | 27 | 0 | 102 | 25 | 121 | 67 | 65 |
| Binary | 10011010 | 11001001 | 1000100 | 10111 | 0 | 1000010 | 10101 | 1010001 | 110111 | 110101 |
Color Harmonies of #9AC944
Complementary color
Monochromatic Colors of #9AC944
Black with #9AC944
Text Example
Text Example
White with #9AC944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC944; }
p { color: rgb(154,201,68); }
H1.HeaderClassName
{
color: #9AC944;
}
.AnyTagClassName
{
color: #9AC944;
}
</style>
background-color css
<style>
a { background-color: #9AC944; }
a { background-color: rgb(154,201,68); }
div.DivClassName
{
background-color: #9AC944;
}
.BgClassName
{
background-color: #9AC944;
}
</style>
border-color css
<style>
span { border-color: #9AC944; }
span { border-color: rgb(154,201,68); }
td.TdClassName
{
border-color: #9AC944;
}
.TagClassName
{
border-color: #9AC944;
}
</style>