Shades of Atlantis #9CEB3E
Tints of Atlantis #9CEB3E
RGB
CMYK
RGB Variations
Color information
#9CEB3E (or 0x9CEB3E) is known color: Atlantis. HEX triplet: 9C, EB and 3E. RGB value is (156,235,62). Sum of RGB (Red+Green+Blue) = 156+235+62=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 235 (92.19% from 255 or 51.88% from 453); Blue value is 62 (24.61% from 255 or 13.69% from 453); Max value from RGB is 235 - color contains mainly: green. Hex color #9CEB3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9CEB3E is #6314C1. Grayscale: #C0C0C0. Windows color (decimal): -6493378 or 4123548. OLE color: 4123548.
HSL color Cylindrical-coordinate representation of color #9CEB3E: hue angle of 87.4º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9CEB3E is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 235 | 62 | - |
| CMYK | 0.34 | 0 | 0.74 | 0.08 |
| HSL | 87.4º | 0.81% | 0.58% | - |
| HSV(B) | 87.4º | 0.74% | 0.92% | - |
| XYZ | 44.29 | 66.83 | 15.12 | - |
| YUV | 191.66 | 54.83 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 235 | 62 | 0.34 | 0 | 0.74 | 0.08 | 87.4 | 0.81 | 0.58 |
| Hex | 9C | EB | 3E | 22 | 0 | 4A | 8 | 57 | 51 | 3A |
| Octal | 234 | 353 | 76 | 42 | 0 | 112 | 10 | 127 | 121 | 72 |
| Binary | 10011100 | 11101011 | 111110 | 100010 | 0 | 1001010 | 1000 | 1010111 | 1010001 | 111010 |
Color Harmonies of #9CEB3E
Complementary color
Monochromatic Colors of #9CEB3E
Black with #9CEB3E
Text Example
Text Example
White with #9CEB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEB3E; }
p { color: rgb(156,235,62); }
H1.HeaderClassName
{
color: #9CEB3E;
}
.AnyTagClassName
{
color: #9CEB3E;
}
</style>
background-color css
<style>
a { background-color: #9CEB3E; }
a { background-color: rgb(156,235,62); }
div.DivClassName
{
background-color: #9CEB3E;
}
.BgClassName
{
background-color: #9CEB3E;
}
</style>
border-color css
<style>
span { border-color: #9CEB3E; }
span { border-color: rgb(156,235,62); }
td.TdClassName
{
border-color: #9CEB3E;
}
.TagClassName
{
border-color: #9CEB3E;
}
</style>