Shades of Atlantis #9CD341
Tints of Atlantis #9CD341
RGB
CMYK
RGB Variations
Color information
#9CD341 (or 0x9CD341) is known color: Atlantis. HEX triplet: 9C, D3 and 41. RGB value is (156,211,65). Sum of RGB (Red+Green+Blue) = 156+211+65=432 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.11% from 432); Green value is 211 (82.81% from 255 or 48.84% from 432); Blue value is 65 (25.78% from 255 or 15.05% from 432); Max value from RGB is 211 - color contains mainly: green. Hex color #9CD341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CD341 is #632CBE. Grayscale: #B2B2B2. Windows color (decimal): -6499519 or 4314012. OLE color: 4314012.
HSL color Cylindrical-coordinate representation of color #9CD341: hue angle of 82.6º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9CD341 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 156 | 211 | 65 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.17 |
| HSL | 82.6º | 0.62% | 0.54% | - |
| HSV(B) | 82.6º | 0.69% | 0.83% | - |
| XYZ | 37.96 | 54.04 | 13.43 | - |
| YUV | 177.91 | 64.28 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 211 | 65 | 0.26 | 0 | 0.69 | 0.17 | 82.6 | 0.62 | 0.54 |
| Hex | 9C | D3 | 41 | 1A | 0 | 45 | 11 | 53 | 3E | 36 |
| Octal | 234 | 323 | 101 | 32 | 0 | 105 | 21 | 123 | 76 | 66 |
| Binary | 10011100 | 11010011 | 1000001 | 11010 | 0 | 1000101 | 10001 | 1010011 | 111110 | 110110 |
Color Harmonies of #9CD341
Complementary color
Monochromatic Colors of #9CD341
Black with #9CD341
Text Example
Text Example
White with #9CD341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD341; }
p { color: rgb(156,211,65); }
H1.HeaderClassName
{
color: #9CD341;
}
.AnyTagClassName
{
color: #9CD341;
}
</style>
background-color css
<style>
a { background-color: #9CD341; }
a { background-color: rgb(156,211,65); }
div.DivClassName
{
background-color: #9CD341;
}
.BgClassName
{
background-color: #9CD341;
}
</style>
border-color css
<style>
span { border-color: #9CD341; }
span { border-color: rgb(156,211,65); }
td.TdClassName
{
border-color: #9CD341;
}
.TagClassName
{
border-color: #9CD341;
}
</style>