Shades of Atlantis #9CE945
Tints of Atlantis #9CE945
RGB
CMYK
RGB Variations
Color information
#9CE945 (or 0x9CE945) is known color: Atlantis. HEX triplet: 9C, E9 and 45. RGB value is (156,233,69). Sum of RGB (Red+Green+Blue) = 156+233+69=458 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.06% from 458); Green value is 233 (91.41% from 255 or 50.87% from 458); Blue value is 69 (27.34% from 255 or 15.07% from 458); Max value from RGB is 233 - color contains mainly: green. Hex color #9CE945 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9CE945 is #6316BA. Grayscale: #BFBFBF. Windows color (decimal): -6493883 or 4581788. OLE color: 4581788.
HSL color Cylindrical-coordinate representation of color #9CE945: hue angle of 88.17º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9CE945 is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 233 | 69 | - |
| CMYK | 0.33 | 0 | 0.70 | 0.09 |
| HSL | 88.17º | 0.79% | 0.59% | - |
| HSV(B) | 88.17º | 0.7% | 0.91% | - |
| XYZ | 43.92 | 65.78 | 16.01 | - |
| YUV | 191.28 | 58.99 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 233 | 69 | 0.33 | 0 | 0.70 | 0.09 | 88.17 | 0.79 | 0.59 |
| Hex | 9C | E9 | 45 | 21 | 0 | 46 | 9 | 58 | 4F | 3B |
| Octal | 234 | 351 | 105 | 41 | 0 | 106 | 11 | 130 | 117 | 73 |
| Binary | 10011100 | 11101001 | 1000101 | 100001 | 0 | 1000110 | 1001 | 1011000 | 1001111 | 111011 |
Color Harmonies of #9CE945
Complementary color
Monochromatic Colors of #9CE945
Black with #9CE945
Text Example
Text Example
White with #9CE945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE945; }
p { color: rgb(156,233,69); }
H1.HeaderClassName
{
color: #9CE945;
}
.AnyTagClassName
{
color: #9CE945;
}
</style>
background-color css
<style>
a { background-color: #9CE945; }
a { background-color: rgb(156,233,69); }
div.DivClassName
{
background-color: #9CE945;
}
.BgClassName
{
background-color: #9CE945;
}
</style>
border-color css
<style>
span { border-color: #9CE945; }
span { border-color: rgb(156,233,69); }
td.TdClassName
{
border-color: #9CE945;
}
.TagClassName
{
border-color: #9CE945;
}
</style>