Shades of Atlantis #9CE63A
Tints of Atlantis #9CE63A
RGB
CMYK
RGB Variations
Color information
#9CE63A (or 0x9CE63A) is known color: Atlantis. HEX triplet: 9C, E6 and 3A. RGB value is (156,230,58). Sum of RGB (Red+Green+Blue) = 156+230+58=444 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.14% from 444); Green value is 230 (90.23% from 255 or 51.80% from 444); Blue value is 58 (23.05% from 255 or 13.06% from 444); Max value from RGB is 230 - color contains mainly: green. Hex color #9CE63A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9CE63A is #6319C5. Grayscale: #BCBCBC. Windows color (decimal): -6494662 or 3860124. OLE color: 3860124.
HSL color Cylindrical-coordinate representation of color #9CE63A: hue angle of 85.81º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9CE63A is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 156 | 230 | 58 | - |
| CMYK | 0.32 | 0 | 0.75 | 0.10 |
| HSL | 85.81º | 0.77% | 0.56% | - |
| HSV(B) | 85.81º | 0.75% | 0.9% | - |
| XYZ | 42.77 | 63.97 | 14.1 | - |
| YUV | 188.27 | 54.48 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 230 | 58 | 0.32 | 0 | 0.75 | 0.10 | 85.81 | 0.77 | 0.56 |
| Hex | 9C | E6 | 3A | 20 | 0 | 4B | A | 56 | 4D | 38 |
| Octal | 234 | 346 | 72 | 40 | 0 | 113 | 12 | 126 | 115 | 70 |
| Binary | 10011100 | 11100110 | 111010 | 100000 | 0 | 1001011 | 1010 | 1010110 | 1001101 | 111000 |
Color Harmonies of #9CE63A
Complementary color
Monochromatic Colors of #9CE63A
Black with #9CE63A
Text Example
Text Example
White with #9CE63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE63A; }
p { color: rgb(156,230,58); }
H1.HeaderClassName
{
color: #9CE63A;
}
.AnyTagClassName
{
color: #9CE63A;
}
</style>
background-color css
<style>
a { background-color: #9CE63A; }
a { background-color: rgb(156,230,58); }
div.DivClassName
{
background-color: #9CE63A;
}
.BgClassName
{
background-color: #9CE63A;
}
</style>
border-color css
<style>
span { border-color: #9CE63A; }
span { border-color: rgb(156,230,58); }
td.TdClassName
{
border-color: #9CE63A;
}
.TagClassName
{
border-color: #9CE63A;
}
</style>