Shades of Atlantis #9CDD4C
Tints of Atlantis #9CDD4C
RGB
CMYK
RGB Variations
Color information
#9CDD4C (or 0x9CDD4C) is known color: Atlantis. HEX triplet: 9C, DD and 4C. RGB value is (156,221,76). Sum of RGB (Red+Green+Blue) = 156+221+76=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 76 (30.08% from 255 or 16.78% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CDD4C is #6322B3. Grayscale: #B9B9B9. Windows color (decimal): -6496948 or 5037468. OLE color: 5037468.
HSL color Cylindrical-coordinate representation of color #9CDD4C: hue angle of 86.9º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9CDD4C is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 221 | 76 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.13 |
| HSL | 86.9º | 0.68% | 0.58% | - |
| HSV(B) | 86.9º | 0.66% | 0.87% | - |
| XYZ | 40.87 | 59.3 | 16.13 | - |
| YUV | 185.04 | 66.47 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 221 | 76 | 0.29 | 0 | 0.66 | 0.13 | 86.9 | 0.68 | 0.58 |
| Hex | 9C | DD | 4C | 1D | 0 | 42 | D | 57 | 44 | 3A |
| Octal | 234 | 335 | 114 | 35 | 0 | 102 | 15 | 127 | 104 | 72 |
| Binary | 10011100 | 11011101 | 1001100 | 11101 | 0 | 1000010 | 1101 | 1010111 | 1000100 | 111010 |
Color Harmonies of #9CDD4C
Complementary color
Monochromatic Colors of #9CDD4C
Black with #9CDD4C
Text Example
Text Example
White with #9CDD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDD4C; }
p { color: rgb(156,221,76); }
H1.HeaderClassName
{
color: #9CDD4C;
}
.AnyTagClassName
{
color: #9CDD4C;
}
</style>
background-color css
<style>
a { background-color: #9CDD4C; }
a { background-color: rgb(156,221,76); }
div.DivClassName
{
background-color: #9CDD4C;
}
.BgClassName
{
background-color: #9CDD4C;
}
</style>
border-color css
<style>
span { border-color: #9CDD4C; }
span { border-color: rgb(156,221,76); }
td.TdClassName
{
border-color: #9CDD4C;
}
.TagClassName
{
border-color: #9CDD4C;
}
</style>