Shades of Atlantis #9ACD4D
Tints of Atlantis #9ACD4D
RGB
CMYK
RGB Variations
Color information
#9ACD4D (or 0x9ACD4D) is known color: Atlantis. HEX triplet: 9A, CD and 4D. RGB value is (154,205,77). Sum of RGB (Red+Green+Blue) = 154+205+77=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 77 (30.47% from 255 or 17.66% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACD4D is #6532B2. Grayscale: #AFAFAF. Windows color (decimal): -6632115 or 5098906. OLE color: 5098906.
HSL color Cylindrical-coordinate representation of color #9ACD4D: hue angle of 83.91º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9ACD4D is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 205 | 77 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.20 |
| HSL | 83.91º | 0.56% | 0.55% | - |
| HSV(B) | 83.91º | 0.62% | 0.8% | - |
| XYZ | 36.5 | 51.07 | 14.95 | - |
| YUV | 175.16 | 72.6 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 205 | 77 | 0.25 | 0 | 0.62 | 0.20 | 83.91 | 0.56 | 0.55 |
| Hex | 9A | CD | 4D | 19 | 0 | 3E | 14 | 54 | 38 | 37 |
| Octal | 232 | 315 | 115 | 31 | 0 | 76 | 24 | 124 | 70 | 67 |
| Binary | 10011010 | 11001101 | 1001101 | 11001 | 0 | 111110 | 10100 | 1010100 | 111000 | 110111 |
Color Harmonies of #9ACD4D
Complementary color
Monochromatic Colors of #9ACD4D
Black with #9ACD4D
Text Example
Text Example
White with #9ACD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACD4D; }
p { color: rgb(154,205,77); }
H1.HeaderClassName
{
color: #9ACD4D;
}
.AnyTagClassName
{
color: #9ACD4D;
}
</style>
background-color css
<style>
a { background-color: #9ACD4D; }
a { background-color: rgb(154,205,77); }
div.DivClassName
{
background-color: #9ACD4D;
}
.BgClassName
{
background-color: #9ACD4D;
}
</style>
border-color css
<style>
span { border-color: #9ACD4D; }
span { border-color: rgb(154,205,77); }
td.TdClassName
{
border-color: #9ACD4D;
}
.TagClassName
{
border-color: #9ACD4D;
}
</style>