Shades of Atlantis #9ACD47
Tints of Atlantis #9ACD47
RGB
CMYK
RGB Variations
Color information
#9ACD47 (or 0x9ACD47) is known color: Atlantis. HEX triplet: 9A, CD and 47. RGB value is (154,205,71). Sum of RGB (Red+Green+Blue) = 154+205+71=430 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.81% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 71 (28.12% from 255 or 16.51% from 430); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACD47 is #6532B8. Grayscale: #AEAEAE. Windows color (decimal): -6632121 or 4705690. OLE color: 4705690.
HSL color Cylindrical-coordinate representation of color #9ACD47: hue angle of 82.84º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9ACD47 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 205 | 71 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.20 |
| HSL | 82.84º | 0.57% | 0.54% | - |
| HSV(B) | 82.84º | 0.65% | 0.8% | - |
| XYZ | 36.3 | 50.99 | 13.89 | - |
| YUV | 174.48 | 69.6 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 205 | 71 | 0.25 | 0 | 0.65 | 0.20 | 82.84 | 0.57 | 0.54 |
| Hex | 9A | CD | 47 | 19 | 0 | 41 | 14 | 53 | 39 | 36 |
| Octal | 232 | 315 | 107 | 31 | 0 | 101 | 24 | 123 | 71 | 66 |
| Binary | 10011010 | 11001101 | 1000111 | 11001 | 0 | 1000001 | 10100 | 1010011 | 111001 | 110110 |
Color Harmonies of #9ACD47
Complementary color
Monochromatic Colors of #9ACD47
Black with #9ACD47
Text Example
Text Example
White with #9ACD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACD47; }
p { color: rgb(154,205,71); }
H1.HeaderClassName
{
color: #9ACD47;
}
.AnyTagClassName
{
color: #9ACD47;
}
</style>
background-color css
<style>
a { background-color: #9ACD47; }
a { background-color: rgb(154,205,71); }
div.DivClassName
{
background-color: #9ACD47;
}
.BgClassName
{
background-color: #9ACD47;
}
</style>
border-color css
<style>
span { border-color: #9ACD47; }
span { border-color: rgb(154,205,71); }
td.TdClassName
{
border-color: #9ACD47;
}
.TagClassName
{
border-color: #9ACD47;
}
</style>