Shades of Atlantis #9CE842
Tints of Atlantis #9CE842
RGB
CMYK
RGB Variations
Color information
#9CE842 (or 0x9CE842) is known color: Atlantis. HEX triplet: 9C, E8 and 42. RGB value is (156,232,66). Sum of RGB (Red+Green+Blue) = 156+232+66=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 232 (91.02% from 255 or 51.10% from 454); Blue value is 66 (26.17% from 255 or 14.54% from 454); Max value from RGB is 232 - color contains mainly: green. Hex color #9CE842 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9CE842 is #6317BD. Grayscale: #BEBEBE. Windows color (decimal): -6494142 or 4384924. OLE color: 4384924.
HSL color Cylindrical-coordinate representation of color #9CE842: hue angle of 87.47º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9CE842 is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 232 | 66 | - |
| CMYK | 0.33 | 0 | 0.72 | 0.09 |
| HSL | 87.47º | 0.78% | 0.58% | - |
| HSV(B) | 87.47º | 0.72% | 0.91% | - |
| XYZ | 43.55 | 65.17 | 15.44 | - |
| YUV | 190.35 | 57.82 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 232 | 66 | 0.33 | 0 | 0.72 | 0.09 | 87.47 | 0.78 | 0.58 |
| Hex | 9C | E8 | 42 | 21 | 0 | 48 | 9 | 57 | 4E | 3A |
| Octal | 234 | 350 | 102 | 41 | 0 | 110 | 11 | 127 | 116 | 72 |
| Binary | 10011100 | 11101000 | 1000010 | 100001 | 0 | 1001000 | 1001 | 1010111 | 1001110 | 111010 |
Color Harmonies of #9CE842
Complementary color
Monochromatic Colors of #9CE842
Black with #9CE842
Text Example
Text Example
White with #9CE842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE842; }
p { color: rgb(156,232,66); }
H1.HeaderClassName
{
color: #9CE842;
}
.AnyTagClassName
{
color: #9CE842;
}
</style>
background-color css
<style>
a { background-color: #9CE842; }
a { background-color: rgb(156,232,66); }
div.DivClassName
{
background-color: #9CE842;
}
.BgClassName
{
background-color: #9CE842;
}
</style>
border-color css
<style>
span { border-color: #9CE842; }
span { border-color: rgb(156,232,66); }
td.TdClassName
{
border-color: #9CE842;
}
.TagClassName
{
border-color: #9CE842;
}
</style>