Shades of Atlantis #9DC641
Tints of Atlantis #9DC641
RGB
CMYK
RGB Variations
Color information
#9DC641 (or 0x9DC641) is known color: Atlantis. HEX triplet: 9D, C6 and 41. RGB value is (157,198,65). Sum of RGB (Red+Green+Blue) = 157+198+65=420 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.38% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC641 is #6239BE. Grayscale: #ABABAB. Windows color (decimal): -6437311 or 4310685. OLE color: 4310685.
HSL color Cylindrical-coordinate representation of color #9DC641: hue angle of 78.5º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9DC641 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 198 | 65 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.22 |
| HSL | 78.5º | 0.54% | 0.52% | - |
| HSV(B) | 78.5º | 0.67% | 0.78% | - |
| XYZ | 35.05 | 47.94 | 12.41 | - |
| YUV | 170.58 | 68.42 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 198 | 65 | 0.21 | 0 | 0.67 | 0.22 | 78.5 | 0.54 | 0.52 |
| Hex | 9D | C6 | 41 | 15 | 0 | 43 | 16 | 4E | 36 | 34 |
| Octal | 235 | 306 | 101 | 25 | 0 | 103 | 26 | 116 | 66 | 64 |
| Binary | 10011101 | 11000110 | 1000001 | 10101 | 0 | 1000011 | 10110 | 1001110 | 110110 | 110100 |
Color Harmonies of #9DC641
Complementary color
Monochromatic Colors of #9DC641
Black with #9DC641
Text Example
Text Example
White with #9DC641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC641; }
p { color: rgb(157,198,65); }
H1.HeaderClassName
{
color: #9DC641;
}
.AnyTagClassName
{
color: #9DC641;
}
</style>
background-color css
<style>
a { background-color: #9DC641; }
a { background-color: rgb(157,198,65); }
div.DivClassName
{
background-color: #9DC641;
}
.BgClassName
{
background-color: #9DC641;
}
</style>
border-color css
<style>
span { border-color: #9DC641; }
span { border-color: rgb(157,198,65); }
td.TdClassName
{
border-color: #9DC641;
}
.TagClassName
{
border-color: #9DC641;
}
</style>