Shades of Atlantis #9ACA51
Tints of Atlantis #9ACA51
RGB
CMYK
RGB Variations
Color information
#9ACA51 (or 0x9ACA51) is known color: Atlantis. HEX triplet: 9A, CA and 51. RGB value is (154,202,81). Sum of RGB (Red+Green+Blue) = 154+202+81=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 81 (32.03% from 255 or 18.54% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACA51 is #6535AE. Grayscale: #AEAEAE. Windows color (decimal): -6632879 or 5360282. OLE color: 5360282.
HSL color Cylindrical-coordinate representation of color #9ACA51: hue angle of 83.8º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9ACA51 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 202 | 81 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.21 |
| HSL | 83.8º | 0.53% | 0.55% | - |
| HSV(B) | 83.8º | 0.6% | 0.79% | - |
| XYZ | 35.93 | 49.71 | 15.48 | - |
| YUV | 173.85 | 75.6 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 202 | 81 | 0.24 | 0 | 0.60 | 0.21 | 83.8 | 0.53 | 0.55 |
| Hex | 9A | CA | 51 | 18 | 0 | 3C | 15 | 54 | 35 | 37 |
| Octal | 232 | 312 | 121 | 30 | 0 | 74 | 25 | 124 | 65 | 67 |
| Binary | 10011010 | 11001010 | 1010001 | 11000 | 0 | 111100 | 10101 | 1010100 | 110101 | 110111 |
Color Harmonies of #9ACA51
Complementary color
Monochromatic Colors of #9ACA51
Black with #9ACA51
Text Example
Text Example
White with #9ACA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACA51; }
p { color: rgb(154,202,81); }
H1.HeaderClassName
{
color: #9ACA51;
}
.AnyTagClassName
{
color: #9ACA51;
}
</style>
background-color css
<style>
a { background-color: #9ACA51; }
a { background-color: rgb(154,202,81); }
div.DivClassName
{
background-color: #9ACA51;
}
.BgClassName
{
background-color: #9ACA51;
}
</style>
border-color css
<style>
span { border-color: #9ACA51; }
span { border-color: rgb(154,202,81); }
td.TdClassName
{
border-color: #9ACA51;
}
.TagClassName
{
border-color: #9ACA51;
}
</style>