Shades of Atlantis #9ACD49
Tints of Atlantis #9ACD49
RGB
CMYK
RGB Variations
Color information
#9ACD49 (or 0x9ACD49) is known color: Atlantis. HEX triplet: 9A, CD and 49. RGB value is (154,205,73). Sum of RGB (Red+Green+Blue) = 154+205+73=432 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.65% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 73 (28.91% from 255 or 16.90% from 432); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACD49 is #6532B6. Grayscale: #AFAFAF. Windows color (decimal): -6632119 or 4836762. OLE color: 4836762.
HSL color Cylindrical-coordinate representation of color #9ACD49: hue angle of 83.18º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9ACD49 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 205 | 73 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.20 |
| HSL | 83.18º | 0.57% | 0.55% | - |
| HSV(B) | 83.18º | 0.64% | 0.8% | - |
| XYZ | 36.36 | 51.01 | 14.23 | - |
| YUV | 174.7 | 70.6 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 205 | 73 | 0.25 | 0 | 0.64 | 0.20 | 83.18 | 0.57 | 0.55 |
| Hex | 9A | CD | 49 | 19 | 0 | 40 | 14 | 53 | 39 | 37 |
| Octal | 232 | 315 | 111 | 31 | 0 | 100 | 24 | 123 | 71 | 67 |
| Binary | 10011010 | 11001101 | 1001001 | 11001 | 0 | 1000000 | 10100 | 1010011 | 111001 | 110111 |
Color Harmonies of #9ACD49
Complementary color
Monochromatic Colors of #9ACD49
Black with #9ACD49
Text Example
Text Example
White with #9ACD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACD49; }
p { color: rgb(154,205,73); }
H1.HeaderClassName
{
color: #9ACD49;
}
.AnyTagClassName
{
color: #9ACD49;
}
</style>
background-color css
<style>
a { background-color: #9ACD49; }
a { background-color: rgb(154,205,73); }
div.DivClassName
{
background-color: #9ACD49;
}
.BgClassName
{
background-color: #9ACD49;
}
</style>
border-color css
<style>
span { border-color: #9ACD49; }
span { border-color: rgb(154,205,73); }
td.TdClassName
{
border-color: #9ACD49;
}
.TagClassName
{
border-color: #9ACD49;
}
</style>