Shades of Atlantis #9ACE53
Tints of Atlantis #9ACE53
RGB
CMYK
RGB Variations
Color information
#9ACE53 (or 0x9ACE53) is known color: Atlantis. HEX triplet: 9A, CE and 53. RGB value is (154,206,83). Sum of RGB (Red+Green+Blue) = 154+206+83=443 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.76% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 83 (32.81% from 255 or 18.74% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACE53 is #6531AC. Grayscale: #B0B0B0. Windows color (decimal): -6631853 or 5492378. OLE color: 5492378.
HSL color Cylindrical-coordinate representation of color #9ACE53: hue angle of 85.37º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9ACE53 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 206 | 83 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.19 |
| HSL | 85.37º | 0.56% | 0.57% | - |
| HSV(B) | 85.37º | 0.6% | 0.81% | - |
| XYZ | 36.96 | 51.64 | 16.2 | - |
| YUV | 176.43 | 75.27 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 206 | 83 | 0.25 | 0 | 0.60 | 0.19 | 85.37 | 0.56 | 0.57 |
| Hex | 9A | CE | 53 | 19 | 0 | 3C | 13 | 55 | 38 | 39 |
| Octal | 232 | 316 | 123 | 31 | 0 | 74 | 23 | 125 | 70 | 71 |
| Binary | 10011010 | 11001110 | 1010011 | 11001 | 0 | 111100 | 10011 | 1010101 | 111000 | 111001 |
Color Harmonies of #9ACE53
Complementary color
Monochromatic Colors of #9ACE53
Black with #9ACE53
Text Example
Text Example
White with #9ACE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACE53; }
p { color: rgb(154,206,83); }
H1.HeaderClassName
{
color: #9ACE53;
}
.AnyTagClassName
{
color: #9ACE53;
}
</style>
background-color css
<style>
a { background-color: #9ACE53; }
a { background-color: rgb(154,206,83); }
div.DivClassName
{
background-color: #9ACE53;
}
.BgClassName
{
background-color: #9ACE53;
}
</style>
border-color css
<style>
span { border-color: #9ACE53; }
span { border-color: rgb(154,206,83); }
td.TdClassName
{
border-color: #9ACE53;
}
.TagClassName
{
border-color: #9ACE53;
}
</style>