Shades of Atlantis #9CCD4D
Tints of Atlantis #9CCD4D
RGB
CMYK
RGB Variations
Color information
#9CCD4D (or 0x9CCD4D) is known color: Atlantis. HEX triplet: 9C, CD and 4D. RGB value is (156,205,77). Sum of RGB (Red+Green+Blue) = 156+205+77=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 77 (30.47% from 255 or 17.58% from 438); Max value from RGB is 205 - color contains mainly: green. Hex color #9CCD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCD4D is #6332B2. Grayscale: #B0B0B0. Windows color (decimal): -6501043 or 5098908. OLE color: 5098908.
HSL color Cylindrical-coordinate representation of color #9CCD4D: hue angle of 82.97º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9CCD4D is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 205 | 77 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.20 |
| HSL | 82.97º | 0.56% | 0.55% | - |
| HSV(B) | 82.97º | 0.62% | 0.8% | - |
| XYZ | 36.88 | 51.27 | 14.97 | - |
| YUV | 175.76 | 72.27 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 205 | 77 | 0.24 | 0 | 0.62 | 0.20 | 82.97 | 0.56 | 0.55 |
| Hex | 9C | CD | 4D | 18 | 0 | 3E | 14 | 53 | 38 | 37 |
| Octal | 234 | 315 | 115 | 30 | 0 | 76 | 24 | 123 | 70 | 67 |
| Binary | 10011100 | 11001101 | 1001101 | 11000 | 0 | 111110 | 10100 | 1010011 | 111000 | 110111 |
Color Harmonies of #9CCD4D
Complementary color
Monochromatic Colors of #9CCD4D
Black with #9CCD4D
Text Example
Text Example
White with #9CCD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCD4D; }
p { color: rgb(156,205,77); }
H1.HeaderClassName
{
color: #9CCD4D;
}
.AnyTagClassName
{
color: #9CCD4D;
}
</style>
background-color css
<style>
a { background-color: #9CCD4D; }
a { background-color: rgb(156,205,77); }
div.DivClassName
{
background-color: #9CCD4D;
}
.BgClassName
{
background-color: #9CCD4D;
}
</style>
border-color css
<style>
span { border-color: #9CCD4D; }
span { border-color: rgb(156,205,77); }
td.TdClassName
{
border-color: #9CCD4D;
}
.TagClassName
{
border-color: #9CCD4D;
}
</style>