Shades of Atlantis #9ACA4E
Tints of Atlantis #9ACA4E
RGB
CMYK
RGB Variations
Color information
#9ACA4E (or 0x9ACA4E) is known color: Atlantis. HEX triplet: 9A, CA and 4E. RGB value is (154,202,78). Sum of RGB (Red+Green+Blue) = 154+202+78=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 78 (30.86% from 255 or 17.97% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACA4E is #6535B1. Grayscale: #ADADAD. Windows color (decimal): -6632882 or 5163674. OLE color: 5163674.
HSL color Cylindrical-coordinate representation of color #9ACA4E: hue angle of 83.23º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9ACA4E is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 202 | 78 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.21 |
| HSL | 83.23º | 0.54% | 0.55% | - |
| HSV(B) | 83.23º | 0.61% | 0.79% | - |
| XYZ | 35.82 | 49.66 | 14.91 | - |
| YUV | 173.51 | 74.1 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 202 | 78 | 0.24 | 0 | 0.61 | 0.21 | 83.23 | 0.54 | 0.55 |
| Hex | 9A | CA | 4E | 18 | 0 | 3D | 15 | 53 | 36 | 37 |
| Octal | 232 | 312 | 116 | 30 | 0 | 75 | 25 | 123 | 66 | 67 |
| Binary | 10011010 | 11001010 | 1001110 | 11000 | 0 | 111101 | 10101 | 1010011 | 110110 | 110111 |
Color Harmonies of #9ACA4E
Complementary color
Monochromatic Colors of #9ACA4E
Black with #9ACA4E
Text Example
Text Example
White with #9ACA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACA4E; }
p { color: rgb(154,202,78); }
H1.HeaderClassName
{
color: #9ACA4E;
}
.AnyTagClassName
{
color: #9ACA4E;
}
</style>
background-color css
<style>
a { background-color: #9ACA4E; }
a { background-color: rgb(154,202,78); }
div.DivClassName
{
background-color: #9ACA4E;
}
.BgClassName
{
background-color: #9ACA4E;
}
</style>
border-color css
<style>
span { border-color: #9ACA4E; }
span { border-color: rgb(154,202,78); }
td.TdClassName
{
border-color: #9ACA4E;
}
.TagClassName
{
border-color: #9ACA4E;
}
</style>