Shades of Atlantis #9CDC39
Tints of Atlantis #9CDC39
RGB
CMYK
RGB Variations
Color information
#9CDC39 (or 0x9CDC39) is known color: Atlantis. HEX triplet: 9C, DC and 39. RGB value is (156,220,57). Sum of RGB (Red+Green+Blue) = 156+220+57=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 57 (22.66% from 255 or 13.16% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDC39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CDC39 is #6323C6. Grayscale: #B6B6B6. Windows color (decimal): -6497223 or 3792028. OLE color: 3792028.
HSL color Cylindrical-coordinate representation of color #9CDC39: hue angle of 83.56º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9CDC39 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 220 | 57 | - |
| CMYK | 0.29 | 0 | 0.74 | 0.14 |
| HSL | 83.56º | 0.7% | 0.54% | - |
| HSV(B) | 83.56º | 0.74% | 0.86% | - |
| XYZ | 40.04 | 58.55 | 13.06 | - |
| YUV | 182.28 | 57.3 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 220 | 57 | 0.29 | 0 | 0.74 | 0.14 | 83.56 | 0.7 | 0.54 |
| Hex | 9C | DC | 39 | 1D | 0 | 4A | E | 54 | 46 | 36 |
| Octal | 234 | 334 | 71 | 35 | 0 | 112 | 16 | 124 | 106 | 66 |
| Binary | 10011100 | 11011100 | 111001 | 11101 | 0 | 1001010 | 1110 | 1010100 | 1000110 | 110110 |
Color Harmonies of #9CDC39
Complementary color
Monochromatic Colors of #9CDC39
Black with #9CDC39
Text Example
Text Example
White with #9CDC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDC39; }
p { color: rgb(156,220,57); }
H1.HeaderClassName
{
color: #9CDC39;
}
.AnyTagClassName
{
color: #9CDC39;
}
</style>
background-color css
<style>
a { background-color: #9CDC39; }
a { background-color: rgb(156,220,57); }
div.DivClassName
{
background-color: #9CDC39;
}
.BgClassName
{
background-color: #9CDC39;
}
</style>
border-color css
<style>
span { border-color: #9CDC39; }
span { border-color: rgb(156,220,57); }
td.TdClassName
{
border-color: #9CDC39;
}
.TagClassName
{
border-color: #9CDC39;
}
</style>