Shades of Atlantis #9CEB3F
Tints of Atlantis #9CEB3F
RGB
CMYK
RGB Variations
Color information
#9CEB3F (or 0x9CEB3F) is known color: Atlantis. HEX triplet: 9C, EB and 3F. RGB value is (156,235,63). Sum of RGB (Red+Green+Blue) = 156+235+63=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 235 (92.19% from 255 or 51.76% from 454); Blue value is 63 (25% from 255 or 13.88% from 454); Max value from RGB is 235 - color contains mainly: green. Hex color #9CEB3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9CEB3F is #6314C0. Grayscale: #C0C0C0. Windows color (decimal): -6493377 or 4189084. OLE color: 4189084.
HSL color Cylindrical-coordinate representation of color #9CEB3F: hue angle of 87.56º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9CEB3F is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 235 | 63 | - |
| CMYK | 0.34 | 0 | 0.73 | 0.08 |
| HSL | 87.56º | 0.81% | 0.58% | - |
| HSV(B) | 87.56º | 0.73% | 0.92% | - |
| XYZ | 44.32 | 66.84 | 15.27 | - |
| YUV | 191.77 | 55.33 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 235 | 63 | 0.34 | 0 | 0.73 | 0.08 | 87.56 | 0.81 | 0.58 |
| Hex | 9C | EB | 3F | 22 | 0 | 49 | 8 | 58 | 51 | 3A |
| Octal | 234 | 353 | 77 | 42 | 0 | 111 | 10 | 130 | 121 | 72 |
| Binary | 10011100 | 11101011 | 111111 | 100010 | 0 | 1001001 | 1000 | 1011000 | 1010001 | 111010 |
Color Harmonies of #9CEB3F
Complementary color
Monochromatic Colors of #9CEB3F
Black with #9CEB3F
Text Example
Text Example
White with #9CEB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEB3F; }
p { color: rgb(156,235,63); }
H1.HeaderClassName
{
color: #9CEB3F;
}
.AnyTagClassName
{
color: #9CEB3F;
}
</style>
background-color css
<style>
a { background-color: #9CEB3F; }
a { background-color: rgb(156,235,63); }
div.DivClassName
{
background-color: #9CEB3F;
}
.BgClassName
{
background-color: #9CEB3F;
}
</style>
border-color css
<style>
span { border-color: #9CEB3F; }
span { border-color: rgb(156,235,63); }
td.TdClassName
{
border-color: #9CEB3F;
}
.TagClassName
{
border-color: #9CEB3F;
}
</style>