Shades of Atlantis #9CCE4D
Tints of Atlantis #9CCE4D
RGB
CMYK
RGB Variations
Color information
#9CCE4D (or 0x9CCE4D) is known color: Atlantis. HEX triplet: 9C, CE and 4D. RGB value is (156,206,77). Sum of RGB (Red+Green+Blue) = 156+206+77=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 77 (30.47% from 255 or 17.54% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #9CCE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCE4D is #6331B2. Grayscale: #B0B0B0. Windows color (decimal): -6500787 or 5099164. OLE color: 5099164.
HSL color Cylindrical-coordinate representation of color #9CCE4D: hue angle of 83.26º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9CCE4D is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 206 | 77 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.19 |
| HSL | 83.26º | 0.57% | 0.55% | - |
| HSV(B) | 83.26º | 0.63% | 0.81% | - |
| XYZ | 37.12 | 51.75 | 15.05 | - |
| YUV | 176.34 | 71.94 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 206 | 77 | 0.24 | 0 | 0.63 | 0.19 | 83.26 | 0.57 | 0.55 |
| Hex | 9C | CE | 4D | 18 | 0 | 3F | 13 | 53 | 39 | 37 |
| Octal | 234 | 316 | 115 | 30 | 0 | 77 | 23 | 123 | 71 | 67 |
| Binary | 10011100 | 11001110 | 1001101 | 11000 | 0 | 111111 | 10011 | 1010011 | 111001 | 110111 |
Color Harmonies of #9CCE4D
Complementary color
Monochromatic Colors of #9CCE4D
Black with #9CCE4D
Text Example
Text Example
White with #9CCE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCE4D; }
p { color: rgb(156,206,77); }
H1.HeaderClassName
{
color: #9CCE4D;
}
.AnyTagClassName
{
color: #9CCE4D;
}
</style>
background-color css
<style>
a { background-color: #9CCE4D; }
a { background-color: rgb(156,206,77); }
div.DivClassName
{
background-color: #9CCE4D;
}
.BgClassName
{
background-color: #9CCE4D;
}
</style>
border-color css
<style>
span { border-color: #9CCE4D; }
span { border-color: rgb(156,206,77); }
td.TdClassName
{
border-color: #9CCE4D;
}
.TagClassName
{
border-color: #9CCE4D;
}
</style>