Shades of Atlantis #9ACC4E
Tints of Atlantis #9ACC4E
RGB
CMYK
RGB Variations
Color information
#9ACC4E (or 0x9ACC4E) is known color: Atlantis. HEX triplet: 9A, CC and 4E. RGB value is (154,204,78). Sum of RGB (Red+Green+Blue) = 154+204+78=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 78 (30.86% from 255 or 17.89% from 436); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACC4E is #6533B1. Grayscale: #AFAFAF. Windows color (decimal): -6632370 or 5164186. OLE color: 5164186.
HSL color Cylindrical-coordinate representation of color #9ACC4E: hue angle of 83.81º 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 #9ACC4E is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 204 | 78 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.2 |
| HSL | 83.81º | 0.55% | 0.55% | - |
| HSV(B) | 83.81º | 0.62% | 0.8% | - |
| XYZ | 36.29 | 50.61 | 15.06 | - |
| YUV | 174.69 | 73.44 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 204 | 78 | 0.25 | 0 | 0.62 | 0.2 | 83.81 | 0.55 | 0.55 |
| Hex | 9A | CC | 4E | 19 | 0 | 3E | 14 | 54 | 37 | 37 |
| Octal | 232 | 314 | 116 | 31 | 0 | 76 | 24 | 124 | 67 | 67 |
| Binary | 10011010 | 11001100 | 1001110 | 11001 | 0 | 111110 | 10100 | 1010100 | 110111 | 110111 |
Color Harmonies of #9ACC4E
Complementary color
Monochromatic Colors of #9ACC4E
Black with #9ACC4E
Text Example
Text Example
White with #9ACC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACC4E; }
p { color: rgb(154,204,78); }
H1.HeaderClassName
{
color: #9ACC4E;
}
.AnyTagClassName
{
color: #9ACC4E;
}
</style>
background-color css
<style>
a { background-color: #9ACC4E; }
a { background-color: rgb(154,204,78); }
div.DivClassName
{
background-color: #9ACC4E;
}
.BgClassName
{
background-color: #9ACC4E;
}
</style>
border-color css
<style>
span { border-color: #9ACC4E; }
span { border-color: rgb(154,204,78); }
td.TdClassName
{
border-color: #9ACC4E;
}
.TagClassName
{
border-color: #9ACC4E;
}
</style>