Shades of Atlantis #9CE03B
Tints of Atlantis #9CE03B
RGB
CMYK
RGB Variations
Color information
#9CE03B (or 0x9CE03B) is known color: Atlantis. HEX triplet: 9C, E0 and 3B. RGB value is (156,224,59). Sum of RGB (Red+Green+Blue) = 156+224+59=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 224 (87.89% from 255 or 51.03% from 439); Blue value is 59 (23.44% from 255 or 13.44% from 439); Max value from RGB is 224 - color contains mainly: green. Hex color #9CE03B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CE03B is #631FC4. Grayscale: #B9B9B9. Windows color (decimal): -6496197 or 3924124. OLE color: 3924124.
HSL color Cylindrical-coordinate representation of color #9CE03B: hue angle of 84.73º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9CE03B is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 224 | 59 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.12 |
| HSL | 84.73º | 0.73% | 0.55% | - |
| HSV(B) | 84.73º | 0.74% | 0.88% | - |
| XYZ | 41.16 | 60.7 | 13.68 | - |
| YUV | 184.86 | 56.97 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 224 | 59 | 0.30 | 0 | 0.74 | 0.12 | 84.73 | 0.73 | 0.55 |
| Hex | 9C | E0 | 3B | 1E | 0 | 4A | C | 55 | 49 | 37 |
| Octal | 234 | 340 | 73 | 36 | 0 | 112 | 14 | 125 | 111 | 67 |
| Binary | 10011100 | 11100000 | 111011 | 11110 | 0 | 1001010 | 1100 | 1010101 | 1001001 | 110111 |
Color Harmonies of #9CE03B
Complementary color
Monochromatic Colors of #9CE03B
Black with #9CE03B
Text Example
Text Example
White with #9CE03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE03B; }
p { color: rgb(156,224,59); }
H1.HeaderClassName
{
color: #9CE03B;
}
.AnyTagClassName
{
color: #9CE03B;
}
</style>
background-color css
<style>
a { background-color: #9CE03B; }
a { background-color: rgb(156,224,59); }
div.DivClassName
{
background-color: #9CE03B;
}
.BgClassName
{
background-color: #9CE03B;
}
</style>
border-color css
<style>
span { border-color: #9CE03B; }
span { border-color: rgb(156,224,59); }
td.TdClassName
{
border-color: #9CE03B;
}
.TagClassName
{
border-color: #9CE03B;
}
</style>