Shades of Atlantis #9DC347
Tints of Atlantis #9DC347
RGB
CMYK
RGB Variations
Color information
#9DC347 (or 0x9DC347) is known color: Atlantis. HEX triplet: 9D, C3 and 47. RGB value is (157,195,71). Sum of RGB (Red+Green+Blue) = 157+195+71=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 71 (28.12% from 255 or 16.78% from 423); Max value from RGB is 195 - color contains mainly: green. Hex color #9DC347 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC347 is #623CB8. Grayscale: #A9A9A9. Windows color (decimal): -6438073 or 4703133. OLE color: 4703133.
HSL color Cylindrical-coordinate representation of color #9DC347: hue angle of 78.39º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9DC347 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 195 | 71 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.24 |
| HSL | 78.39º | 0.51% | 0.52% | - |
| HSV(B) | 78.39º | 0.64% | 0.76% | - |
| XYZ | 34.56 | 46.65 | 13.14 | - |
| YUV | 169.5 | 72.41 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 195 | 71 | 0.19 | 0 | 0.64 | 0.24 | 78.39 | 0.51 | 0.52 |
| Hex | 9D | C3 | 47 | 13 | 0 | 40 | 18 | 4E | 33 | 34 |
| Octal | 235 | 303 | 107 | 23 | 0 | 100 | 30 | 116 | 63 | 64 |
| Binary | 10011101 | 11000011 | 1000111 | 10011 | 0 | 1000000 | 11000 | 1001110 | 110011 | 110100 |
Color Harmonies of #9DC347
Complementary color
Monochromatic Colors of #9DC347
Black with #9DC347
Text Example
Text Example
White with #9DC347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC347; }
p { color: rgb(157,195,71); }
H1.HeaderClassName
{
color: #9DC347;
}
.AnyTagClassName
{
color: #9DC347;
}
</style>
background-color css
<style>
a { background-color: #9DC347; }
a { background-color: rgb(157,195,71); }
div.DivClassName
{
background-color: #9DC347;
}
.BgClassName
{
background-color: #9DC347;
}
</style>
border-color css
<style>
span { border-color: #9DC347; }
span { border-color: rgb(157,195,71); }
td.TdClassName
{
border-color: #9DC347;
}
.TagClassName
{
border-color: #9DC347;
}
</style>