Shades of Atlantis #9DC63A
Tints of Atlantis #9DC63A
RGB
CMYK
RGB Variations
Color information
#9DC63A (or 0x9DC63A) is known color: Atlantis. HEX triplet: 9D, C6 and 3A. RGB value is (157,198,58). Sum of RGB (Red+Green+Blue) = 157+198+58=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 198 (77.73% from 255 or 47.94% from 413); Blue value is 58 (23.05% from 255 or 14.04% from 413); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC63A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC63A is #6239C5. Grayscale: #AAAAAA. Windows color (decimal): -6437318 or 3851933. OLE color: 3851933.
HSL color Cylindrical-coordinate representation of color #9DC63A: hue angle of 77.57º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9DC63A is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 198 | 58 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.22 |
| HSL | 77.57º | 0.55% | 0.5% | - |
| HSV(B) | 77.57º | 0.71% | 0.78% | - |
| XYZ | 34.86 | 47.86 | 11.4 | - |
| YUV | 169.78 | 64.92 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 198 | 58 | 0.21 | 0 | 0.71 | 0.22 | 77.57 | 0.55 | 0.5 |
| Hex | 9D | C6 | 3A | 15 | 0 | 47 | 16 | 4E | 37 | 32 |
| Octal | 235 | 306 | 72 | 25 | 0 | 107 | 26 | 116 | 67 | 62 |
| Binary | 10011101 | 11000110 | 111010 | 10101 | 0 | 1000111 | 10110 | 1001110 | 110111 | 110010 |
Color Harmonies of #9DC63A
Complementary color
Monochromatic Colors of #9DC63A
Black with #9DC63A
Text Example
Text Example
White with #9DC63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC63A; }
p { color: rgb(157,198,58); }
H1.HeaderClassName
{
color: #9DC63A;
}
.AnyTagClassName
{
color: #9DC63A;
}
</style>
background-color css
<style>
a { background-color: #9DC63A; }
a { background-color: rgb(157,198,58); }
div.DivClassName
{
background-color: #9DC63A;
}
.BgClassName
{
background-color: #9DC63A;
}
</style>
border-color css
<style>
span { border-color: #9DC63A; }
span { border-color: rgb(157,198,58); }
td.TdClassName
{
border-color: #9DC63A;
}
.TagClassName
{
border-color: #9DC63A;
}
</style>