Shades of Atlantis #9DC83D
Tints of Atlantis #9DC83D
RGB
CMYK
RGB Variations
Color information
#9DC83D (or 0x9DC83D) is known color: Atlantis. HEX triplet: 9D, C8 and 3D. RGB value is (157,200,61). Sum of RGB (Red+Green+Blue) = 157+200+61=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC83D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC83D is #6237C2. Grayscale: #ABABAB. Windows color (decimal): -6436803 or 4049053. OLE color: 4049053.
HSL color Cylindrical-coordinate representation of color #9DC83D: hue angle of 78.56º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9DC83D is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 200 | 61 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.22 |
| HSL | 78.56º | 0.56% | 0.51% | - |
| HSV(B) | 78.56º | 0.7% | 0.78% | - |
| XYZ | 35.4 | 48.81 | 11.97 | - |
| YUV | 171.3 | 65.75 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 200 | 61 | 0.22 | 0 | 0.69 | 0.22 | 78.56 | 0.56 | 0.51 |
| Hex | 9D | C8 | 3D | 16 | 0 | 45 | 16 | 4F | 38 | 33 |
| Octal | 235 | 310 | 75 | 26 | 0 | 105 | 26 | 117 | 70 | 63 |
| Binary | 10011101 | 11001000 | 111101 | 10110 | 0 | 1000101 | 10110 | 1001111 | 111000 | 110011 |
Color Harmonies of #9DC83D
Complementary color
Monochromatic Colors of #9DC83D
Black with #9DC83D
Text Example
Text Example
White with #9DC83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC83D; }
p { color: rgb(157,200,61); }
H1.HeaderClassName
{
color: #9DC83D;
}
.AnyTagClassName
{
color: #9DC83D;
}
</style>
background-color css
<style>
a { background-color: #9DC83D; }
a { background-color: rgb(157,200,61); }
div.DivClassName
{
background-color: #9DC83D;
}
.BgClassName
{
background-color: #9DC83D;
}
</style>
border-color css
<style>
span { border-color: #9DC83D; }
span { border-color: rgb(157,200,61); }
td.TdClassName
{
border-color: #9DC83D;
}
.TagClassName
{
border-color: #9DC83D;
}
</style>