Shades of Atlantis #9CCD4B
Tints of Atlantis #9CCD4B
RGB
CMYK
RGB Variations
Color information
#9CCD4B (or 0x9CCD4B) is known color: Atlantis. HEX triplet: 9C, CD and 4B. RGB value is (156,205,75). Sum of RGB (Red+Green+Blue) = 156+205+75=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 75 (29.69% from 255 or 17.20% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #9CCD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CCD4B is #6332B4. Grayscale: #B0B0B0. Windows color (decimal): -6501045 or 4967836. OLE color: 4967836.
HSL color Cylindrical-coordinate representation of color #9CCD4B: hue angle of 82.62º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9CCD4B is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 205 | 75 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.20 |
| HSL | 82.62º | 0.57% | 0.55% | - |
| HSV(B) | 82.62º | 0.63% | 0.8% | - |
| XYZ | 36.81 | 51.24 | 14.61 | - |
| YUV | 175.53 | 71.27 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 205 | 75 | 0.24 | 0 | 0.63 | 0.20 | 82.62 | 0.57 | 0.55 |
| Hex | 9C | CD | 4B | 18 | 0 | 3F | 14 | 53 | 39 | 37 |
| Octal | 234 | 315 | 113 | 30 | 0 | 77 | 24 | 123 | 71 | 67 |
| Binary | 10011100 | 11001101 | 1001011 | 11000 | 0 | 111111 | 10100 | 1010011 | 111001 | 110111 |
Color Harmonies of #9CCD4B
Complementary color
Monochromatic Colors of #9CCD4B
Black with #9CCD4B
Text Example
Text Example
White with #9CCD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCD4B; }
p { color: rgb(156,205,75); }
H1.HeaderClassName
{
color: #9CCD4B;
}
.AnyTagClassName
{
color: #9CCD4B;
}
</style>
background-color css
<style>
a { background-color: #9CCD4B; }
a { background-color: rgb(156,205,75); }
div.DivClassName
{
background-color: #9CCD4B;
}
.BgClassName
{
background-color: #9CCD4B;
}
</style>
border-color css
<style>
span { border-color: #9CCD4B; }
span { border-color: rgb(156,205,75); }
td.TdClassName
{
border-color: #9CCD4B;
}
.TagClassName
{
border-color: #9CCD4B;
}
</style>