Shades of Atlantis #9CE440
Tints of Atlantis #9CE440
RGB
CMYK
RGB Variations
Color information
#9CE440 (or 0x9CE440) is known color: Atlantis. HEX triplet: 9C, E4 and 40. RGB value is (156,228,64). Sum of RGB (Red+Green+Blue) = 156+228+64=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 228 (89.45% from 255 or 50.89% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 228 - color contains mainly: green. Hex color #9CE440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CE440 is #631BBF. Grayscale: #BCBCBC. Windows color (decimal): -6495168 or 4252828. OLE color: 4252828.
HSL color Cylindrical-coordinate representation of color #9CE440: hue angle of 86.34º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9CE440 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 156 | 228 | 64 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.11 |
| HSL | 86.34º | 0.75% | 0.57% | - |
| HSV(B) | 86.34º | 0.72% | 0.89% | - |
| XYZ | 42.38 | 62.92 | 14.76 | - |
| YUV | 187.78 | 58.15 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 228 | 64 | 0.32 | 0 | 0.72 | 0.11 | 86.34 | 0.75 | 0.57 |
| Hex | 9C | E4 | 40 | 20 | 0 | 48 | B | 56 | 4B | 39 |
| Octal | 234 | 344 | 100 | 40 | 0 | 110 | 13 | 126 | 113 | 71 |
| Binary | 10011100 | 11100100 | 1000000 | 100000 | 0 | 1001000 | 1011 | 1010110 | 1001011 | 111001 |
Color Harmonies of #9CE440
Complementary color
Monochromatic Colors of #9CE440
Black with #9CE440
Text Example
Text Example
White with #9CE440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE440; }
p { color: rgb(156,228,64); }
H1.HeaderClassName
{
color: #9CE440;
}
.AnyTagClassName
{
color: #9CE440;
}
</style>
background-color css
<style>
a { background-color: #9CE440; }
a { background-color: rgb(156,228,64); }
div.DivClassName
{
background-color: #9CE440;
}
.BgClassName
{
background-color: #9CE440;
}
</style>
border-color css
<style>
span { border-color: #9CE440; }
span { border-color: rgb(156,228,64); }
td.TdClassName
{
border-color: #9CE440;
}
.TagClassName
{
border-color: #9CE440;
}
</style>