Shades of Atlantis #9ACC44
Tints of Atlantis #9ACC44
RGB
CMYK
RGB Variations
Color information
#9ACC44 (or 0x9ACC44) is known color: Atlantis. HEX triplet: 9A, CC and 44. RGB value is (154,204,68). Sum of RGB (Red+Green+Blue) = 154+204+68=426 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.15% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 68 (26.95% from 255 or 15.96% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACC44 is #6533BB. Grayscale: #AEAEAE. Windows color (decimal): -6632380 or 4508826. OLE color: 4508826.
HSL color Cylindrical-coordinate representation of color #9ACC44: hue angle of 82.06º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9ACC44 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 204 | 68 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.2 |
| HSL | 82.06º | 0.57% | 0.53% | - |
| HSV(B) | 82.06º | 0.67% | 0.8% | - |
| XYZ | 35.96 | 50.47 | 13.32 | - |
| YUV | 173.55 | 68.44 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 204 | 68 | 0.25 | 0 | 0.67 | 0.2 | 82.06 | 0.57 | 0.53 |
| Hex | 9A | CC | 44 | 19 | 0 | 43 | 14 | 52 | 39 | 35 |
| Octal | 232 | 314 | 104 | 31 | 0 | 103 | 24 | 122 | 71 | 65 |
| Binary | 10011010 | 11001100 | 1000100 | 11001 | 0 | 1000011 | 10100 | 1010010 | 111001 | 110101 |
Color Harmonies of #9ACC44
Complementary color
Monochromatic Colors of #9ACC44
Black with #9ACC44
Text Example
Text Example
White with #9ACC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACC44; }
p { color: rgb(154,204,68); }
H1.HeaderClassName
{
color: #9ACC44;
}
.AnyTagClassName
{
color: #9ACC44;
}
</style>
background-color css
<style>
a { background-color: #9ACC44; }
a { background-color: rgb(154,204,68); }
div.DivClassName
{
background-color: #9ACC44;
}
.BgClassName
{
background-color: #9ACC44;
}
</style>
border-color css
<style>
span { border-color: #9ACC44; }
span { border-color: rgb(154,204,68); }
td.TdClassName
{
border-color: #9ACC44;
}
.TagClassName
{
border-color: #9ACC44;
}
</style>