Shades of Atlantis #9CEC3F
Tints of Atlantis #9CEC3F
RGB
CMYK
RGB Variations
Color information
#9CEC3F (or 0x9CEC3F) is known color: Atlantis. HEX triplet: 9C, EC and 3F. RGB value is (156,236,63). Sum of RGB (Red+Green+Blue) = 156+236+63=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 236 (92.58% from 255 or 51.87% from 455); Blue value is 63 (25% from 255 or 13.85% from 455); Max value from RGB is 236 - color contains mainly: green. Hex color #9CEC3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9CEC3F is #6313C0. Grayscale: #C0C0C0. Windows color (decimal): -6493121 or 4189340. OLE color: 4189340.
HSL color Cylindrical-coordinate representation of color #9CEC3F: hue angle of 87.75º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9CEC3F is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 63 | - |
| CMYK | 0.34 | 0 | 0.73 | 0.07 |
| HSL | 87.75º | 0.82% | 0.59% | - |
| HSV(B) | 87.75º | 0.73% | 0.93% | - |
| XYZ | 44.6 | 67.42 | 15.36 | - |
| YUV | 192.36 | 55 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 63 | 0.34 | 0 | 0.73 | 0.07 | 87.75 | 0.82 | 0.59 |
| Hex | 9C | EC | 3F | 22 | 0 | 49 | 7 | 58 | 52 | 3B |
| Octal | 234 | 354 | 77 | 42 | 0 | 111 | 7 | 130 | 122 | 73 |
| Binary | 10011100 | 11101100 | 111111 | 100010 | 0 | 1001001 | 111 | 1011000 | 1010010 | 111011 |
Color Harmonies of #9CEC3F
Complementary color
Monochromatic Colors of #9CEC3F
Black with #9CEC3F
Text Example
Text Example
White with #9CEC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEC3F; }
p { color: rgb(156,236,63); }
H1.HeaderClassName
{
color: #9CEC3F;
}
.AnyTagClassName
{
color: #9CEC3F;
}
</style>
background-color css
<style>
a { background-color: #9CEC3F; }
a { background-color: rgb(156,236,63); }
div.DivClassName
{
background-color: #9CEC3F;
}
.BgClassName
{
background-color: #9CEC3F;
}
</style>
border-color css
<style>
span { border-color: #9CEC3F; }
span { border-color: rgb(156,236,63); }
td.TdClassName
{
border-color: #9CEC3F;
}
.TagClassName
{
border-color: #9CEC3F;
}
</style>