Shades of Atlantis #9CD346
Tints of Atlantis #9CD346
RGB
CMYK
RGB Variations
Color information
#9CD346 (or 0x9CD346) is known color: Atlantis. HEX triplet: 9C, D3 and 46. RGB value is (156,211,70). Sum of RGB (Red+Green+Blue) = 156+211+70=437 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.70% from 437); Green value is 211 (82.81% from 255 or 48.28% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 211 - color contains mainly: green. Hex color #9CD346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CD346 is #632CB9. Grayscale: #B2B2B2. Windows color (decimal): -6499514 or 4641692. OLE color: 4641692.
HSL color Cylindrical-coordinate representation of color #9CD346: hue angle of 83.4º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9CD346 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 156 | 211 | 70 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.17 |
| HSL | 83.4º | 0.62% | 0.55% | - |
| HSV(B) | 83.4º | 0.67% | 0.83% | - |
| XYZ | 38.11 | 54.1 | 14.23 | - |
| YUV | 178.48 | 66.78 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 211 | 70 | 0.26 | 0 | 0.67 | 0.17 | 83.4 | 0.62 | 0.55 |
| Hex | 9C | D3 | 46 | 1A | 0 | 43 | 11 | 53 | 3E | 37 |
| Octal | 234 | 323 | 106 | 32 | 0 | 103 | 21 | 123 | 76 | 67 |
| Binary | 10011100 | 11010011 | 1000110 | 11010 | 0 | 1000011 | 10001 | 1010011 | 111110 | 110111 |
Color Harmonies of #9CD346
Complementary color
Monochromatic Colors of #9CD346
Black with #9CD346
Text Example
Text Example
White with #9CD346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD346; }
p { color: rgb(156,211,70); }
H1.HeaderClassName
{
color: #9CD346;
}
.AnyTagClassName
{
color: #9CD346;
}
</style>
background-color css
<style>
a { background-color: #9CD346; }
a { background-color: rgb(156,211,70); }
div.DivClassName
{
background-color: #9CD346;
}
.BgClassName
{
background-color: #9CD346;
}
</style>
border-color css
<style>
span { border-color: #9CD346; }
span { border-color: rgb(156,211,70); }
td.TdClassName
{
border-color: #9CD346;
}
.TagClassName
{
border-color: #9CD346;
}
</style>