Shades of Atlantis #9ACE4F
Tints of Atlantis #9ACE4F
RGB
CMYK
RGB Variations
Color information
#9ACE4F (or 0x9ACE4F) is known color: Atlantis. HEX triplet: 9A, CE and 4F. RGB value is (154,206,79). Sum of RGB (Red+Green+Blue) = 154+206+79=439 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.08% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 79 (31.25% from 255 or 18.00% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACE4F is #6531B0. Grayscale: #B0B0B0. Windows color (decimal): -6631857 or 5230234. OLE color: 5230234.
HSL color Cylindrical-coordinate representation of color #9ACE4F: hue angle of 84.57º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9ACE4F is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 206 | 79 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.19 |
| HSL | 84.57º | 0.56% | 0.56% | - |
| HSV(B) | 84.57º | 0.62% | 0.81% | - |
| XYZ | 36.81 | 51.58 | 15.41 | - |
| YUV | 175.97 | 73.27 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 206 | 79 | 0.25 | 0 | 0.62 | 0.19 | 84.57 | 0.56 | 0.56 |
| Hex | 9A | CE | 4F | 19 | 0 | 3E | 13 | 55 | 38 | 38 |
| Octal | 232 | 316 | 117 | 31 | 0 | 76 | 23 | 125 | 70 | 70 |
| Binary | 10011010 | 11001110 | 1001111 | 11001 | 0 | 111110 | 10011 | 1010101 | 111000 | 111000 |
Color Harmonies of #9ACE4F
Complementary color
Monochromatic Colors of #9ACE4F
Black with #9ACE4F
Text Example
Text Example
White with #9ACE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACE4F; }
p { color: rgb(154,206,79); }
H1.HeaderClassName
{
color: #9ACE4F;
}
.AnyTagClassName
{
color: #9ACE4F;
}
</style>
background-color css
<style>
a { background-color: #9ACE4F; }
a { background-color: rgb(154,206,79); }
div.DivClassName
{
background-color: #9ACE4F;
}
.BgClassName
{
background-color: #9ACE4F;
}
</style>
border-color css
<style>
span { border-color: #9ACE4F; }
span { border-color: rgb(154,206,79); }
td.TdClassName
{
border-color: #9ACE4F;
}
.TagClassName
{
border-color: #9ACE4F;
}
</style>