Shades of Atlantis #9CDD3B
Tints of Atlantis #9CDD3B
RGB
CMYK
RGB Variations
Color information
#9CDD3B (or 0x9CDD3B) is known color: Atlantis. HEX triplet: 9C, DD and 3B. RGB value is (156,221,59). Sum of RGB (Red+Green+Blue) = 156+221+59=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 59 (23.44% from 255 or 13.53% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDD3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CDD3B is #6322C4. Grayscale: #B7B7B7. Windows color (decimal): -6496965 or 3923356. OLE color: 3923356.
HSL color Cylindrical-coordinate representation of color #9CDD3B: hue angle of 84.07º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9CDD3B is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 221 | 59 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.13 |
| HSL | 84.07º | 0.7% | 0.55% | - |
| HSV(B) | 84.07º | 0.73% | 0.87% | - |
| XYZ | 40.36 | 59.1 | 13.42 | - |
| YUV | 183.1 | 57.97 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 221 | 59 | 0.29 | 0 | 0.73 | 0.13 | 84.07 | 0.7 | 0.55 |
| Hex | 9C | DD | 3B | 1D | 0 | 49 | D | 54 | 46 | 37 |
| Octal | 234 | 335 | 73 | 35 | 0 | 111 | 15 | 124 | 106 | 67 |
| Binary | 10011100 | 11011101 | 111011 | 11101 | 0 | 1001001 | 1101 | 1010100 | 1000110 | 110111 |
Color Harmonies of #9CDD3B
Complementary color
Monochromatic Colors of #9CDD3B
Black with #9CDD3B
Text Example
Text Example
White with #9CDD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDD3B; }
p { color: rgb(156,221,59); }
H1.HeaderClassName
{
color: #9CDD3B;
}
.AnyTagClassName
{
color: #9CDD3B;
}
</style>
background-color css
<style>
a { background-color: #9CDD3B; }
a { background-color: rgb(156,221,59); }
div.DivClassName
{
background-color: #9CDD3B;
}
.BgClassName
{
background-color: #9CDD3B;
}
</style>
border-color css
<style>
span { border-color: #9CDD3B; }
span { border-color: rgb(156,221,59); }
td.TdClassName
{
border-color: #9CDD3B;
}
.TagClassName
{
border-color: #9CDD3B;
}
</style>