Shades of Atlantis #9CD64D
Tints of Atlantis #9CD64D
RGB
CMYK
RGB Variations
Color information
#9CD64D (or 0x9CD64D) is known color: Atlantis. HEX triplet: 9C, D6 and 4D. RGB value is (156,214,77). Sum of RGB (Red+Green+Blue) = 156+214+77=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 214 - color contains mainly: green. Hex color #9CD64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD64D is #6329B2. Grayscale: #B5B5B5. Windows color (decimal): -6498739 or 5101212. OLE color: 5101212.
HSL color Cylindrical-coordinate representation of color #9CD64D: hue angle of 85.4º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9CD64D is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 156 | 214 | 77 | - |
| CMYK | 0.27 | 0 | 0.64 | 0.16 |
| HSL | 85.4º | 0.63% | 0.57% | - |
| HSV(B) | 85.4º | 0.64% | 0.84% | - |
| XYZ | 39.1 | 55.7 | 15.71 | - |
| YUV | 181.04 | 69.28 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 214 | 77 | 0.27 | 0 | 0.64 | 0.16 | 85.4 | 0.63 | 0.57 |
| Hex | 9C | D6 | 4D | 1B | 0 | 40 | 10 | 55 | 3F | 39 |
| Octal | 234 | 326 | 115 | 33 | 0 | 100 | 20 | 125 | 77 | 71 |
| Binary | 10011100 | 11010110 | 1001101 | 11011 | 0 | 1000000 | 10000 | 1010101 | 111111 | 111001 |
Color Harmonies of #9CD64D
Complementary color
Monochromatic Colors of #9CD64D
Black with #9CD64D
Text Example
Text Example
White with #9CD64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD64D; }
p { color: rgb(156,214,77); }
H1.HeaderClassName
{
color: #9CD64D;
}
.AnyTagClassName
{
color: #9CD64D;
}
</style>
background-color css
<style>
a { background-color: #9CD64D; }
a { background-color: rgb(156,214,77); }
div.DivClassName
{
background-color: #9CD64D;
}
.BgClassName
{
background-color: #9CD64D;
}
</style>
border-color css
<style>
span { border-color: #9CD64D; }
span { border-color: rgb(156,214,77); }
td.TdClassName
{
border-color: #9CD64D;
}
.TagClassName
{
border-color: #9CD64D;
}
</style>