Shades of Atlantis #9ACC4D
Tints of Atlantis #9ACC4D
RGB
CMYK
RGB Variations
Color information
#9ACC4D (or 0x9ACC4D) is known color: Atlantis. HEX triplet: 9A, CC and 4D. RGB value is (154,204,77). Sum of RGB (Red+Green+Blue) = 154+204+77=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACC4D is #6533B2. Grayscale: #AFAFAF. Windows color (decimal): -6632371 or 5098650. OLE color: 5098650.
HSL color Cylindrical-coordinate representation of color #9ACC4D: hue angle of 83.62º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9ACC4D is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 204 | 77 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.2 |
| HSL | 83.62º | 0.55% | 0.55% | - |
| HSV(B) | 83.62º | 0.62% | 0.8% | - |
| XYZ | 36.26 | 50.59 | 14.88 | - |
| YUV | 174.57 | 72.94 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 204 | 77 | 0.25 | 0 | 0.62 | 0.2 | 83.62 | 0.55 | 0.55 |
| Hex | 9A | CC | 4D | 19 | 0 | 3E | 14 | 54 | 37 | 37 |
| Octal | 232 | 314 | 115 | 31 | 0 | 76 | 24 | 124 | 67 | 67 |
| Binary | 10011010 | 11001100 | 1001101 | 11001 | 0 | 111110 | 10100 | 1010100 | 110111 | 110111 |
Color Harmonies of #9ACC4D
Complementary color
Monochromatic Colors of #9ACC4D
Black with #9ACC4D
Text Example
Text Example
White with #9ACC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACC4D; }
p { color: rgb(154,204,77); }
H1.HeaderClassName
{
color: #9ACC4D;
}
.AnyTagClassName
{
color: #9ACC4D;
}
</style>
background-color css
<style>
a { background-color: #9ACC4D; }
a { background-color: rgb(154,204,77); }
div.DivClassName
{
background-color: #9ACC4D;
}
.BgClassName
{
background-color: #9ACC4D;
}
</style>
border-color css
<style>
span { border-color: #9ACC4D; }
span { border-color: rgb(154,204,77); }
td.TdClassName
{
border-color: #9ACC4D;
}
.TagClassName
{
border-color: #9ACC4D;
}
</style>