Shades of Atlantis #9CDC41
Tints of Atlantis #9CDC41
RGB
CMYK
RGB Variations
Color information
#9CDC41 (or 0x9CDC41) is known color: Atlantis. HEX triplet: 9C, DC and 41. RGB value is (156,220,65). Sum of RGB (Red+Green+Blue) = 156+220+65=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 65 (25.78% from 255 or 14.74% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CDC41 is #6323BE. Grayscale: #B7B7B7. Windows color (decimal): -6497215 or 4316316. OLE color: 4316316.
HSL color Cylindrical-coordinate representation of color #9CDC41: hue angle of 84.77º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9CDC41 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 220 | 65 | - |
| CMYK | 0.29 | 0 | 0.70 | 0.14 |
| HSL | 84.77º | 0.69% | 0.56% | - |
| HSV(B) | 84.77º | 0.7% | 0.86% | - |
| XYZ | 40.26 | 58.64 | 14.2 | - |
| YUV | 183.19 | 61.3 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 220 | 65 | 0.29 | 0 | 0.70 | 0.14 | 84.77 | 0.69 | 0.56 |
| Hex | 9C | DC | 41 | 1D | 0 | 46 | E | 55 | 45 | 38 |
| Octal | 234 | 334 | 101 | 35 | 0 | 106 | 16 | 125 | 105 | 70 |
| Binary | 10011100 | 11011100 | 1000001 | 11101 | 0 | 1000110 | 1110 | 1010101 | 1000101 | 111000 |
Color Harmonies of #9CDC41
Complementary color
Monochromatic Colors of #9CDC41
Black with #9CDC41
Text Example
Text Example
White with #9CDC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDC41; }
p { color: rgb(156,220,65); }
H1.HeaderClassName
{
color: #9CDC41;
}
.AnyTagClassName
{
color: #9CDC41;
}
</style>
background-color css
<style>
a { background-color: #9CDC41; }
a { background-color: rgb(156,220,65); }
div.DivClassName
{
background-color: #9CDC41;
}
.BgClassName
{
background-color: #9CDC41;
}
</style>
border-color css
<style>
span { border-color: #9CDC41; }
span { border-color: rgb(156,220,65); }
td.TdClassName
{
border-color: #9CDC41;
}
.TagClassName
{
border-color: #9CDC41;
}
</style>