Shades of Atlantis #9DC640
Tints of Atlantis #9DC640
RGB
CMYK
RGB Variations
Color information
#9DC640 (or 0x9DC640) is known color: Atlantis. HEX triplet: 9D, C6 and 40. RGB value is (157,198,64). Sum of RGB (Red+Green+Blue) = 157+198+64=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC640 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC640 is #6239BF. Grayscale: #AAAAAA. Windows color (decimal): -6437312 or 4245149. OLE color: 4245149.
HSL color Cylindrical-coordinate representation of color #9DC640: hue angle of 78.36º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9DC640 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 198 | 64 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.22 |
| HSL | 78.36º | 0.54% | 0.51% | - |
| HSV(B) | 78.36º | 0.68% | 0.78% | - |
| XYZ | 35.02 | 47.93 | 12.26 | - |
| YUV | 170.47 | 67.92 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 198 | 64 | 0.21 | 0 | 0.68 | 0.22 | 78.36 | 0.54 | 0.51 |
| Hex | 9D | C6 | 40 | 15 | 0 | 44 | 16 | 4E | 36 | 33 |
| Octal | 235 | 306 | 100 | 25 | 0 | 104 | 26 | 116 | 66 | 63 |
| Binary | 10011101 | 11000110 | 1000000 | 10101 | 0 | 1000100 | 10110 | 1001110 | 110110 | 110011 |
Color Harmonies of #9DC640
Complementary color
Monochromatic Colors of #9DC640
Black with #9DC640
Text Example
Text Example
White with #9DC640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC640; }
p { color: rgb(157,198,64); }
H1.HeaderClassName
{
color: #9DC640;
}
.AnyTagClassName
{
color: #9DC640;
}
</style>
background-color css
<style>
a { background-color: #9DC640; }
a { background-color: rgb(157,198,64); }
div.DivClassName
{
background-color: #9DC640;
}
.BgClassName
{
background-color: #9DC640;
}
</style>
border-color css
<style>
span { border-color: #9DC640; }
span { border-color: rgb(157,198,64); }
td.TdClassName
{
border-color: #9DC640;
}
.TagClassName
{
border-color: #9DC640;
}
</style>