Shades of Atlantis #9EC443
Tints of Atlantis #9EC443
RGB
CMYK
RGB Variations
Color information
#9EC443 (or 0x9EC443) is known color: Atlantis. HEX triplet: 9E, C4 and 43. RGB value is (158,196,67). Sum of RGB (Red+Green+Blue) = 158+196+67=421 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.53% from 421); Green value is 196 (76.95% from 255 or 46.56% from 421); Blue value is 67 (26.56% from 255 or 15.91% from 421); Max value from RGB is 196 - color contains mainly: green. Hex color #9EC443 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC443 is #613BBC. Grayscale: #AAAAAA. Windows color (decimal): -6372285 or 4441246. OLE color: 4441246.
HSL color Cylindrical-coordinate representation of color #9EC443: hue angle of 77.67º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9EC443 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 196 | 67 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.23 |
| HSL | 77.67º | 0.52% | 0.52% | - |
| HSV(B) | 77.67º | 0.66% | 0.77% | - |
| XYZ | 34.85 | 47.15 | 12.57 | - |
| YUV | 169.93 | 69.91 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 196 | 67 | 0.19 | 0 | 0.66 | 0.23 | 77.67 | 0.52 | 0.52 |
| Hex | 9E | C4 | 43 | 13 | 0 | 42 | 17 | 4E | 34 | 34 |
| Octal | 236 | 304 | 103 | 23 | 0 | 102 | 27 | 116 | 64 | 64 |
| Binary | 10011110 | 11000100 | 1000011 | 10011 | 0 | 1000010 | 10111 | 1001110 | 110100 | 110100 |
Color Harmonies of #9EC443
Complementary color
Monochromatic Colors of #9EC443
Black with #9EC443
Text Example
Text Example
White with #9EC443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC443; }
p { color: rgb(158,196,67); }
H1.HeaderClassName
{
color: #9EC443;
}
.AnyTagClassName
{
color: #9EC443;
}
</style>
background-color css
<style>
a { background-color: #9EC443; }
a { background-color: rgb(158,196,67); }
div.DivClassName
{
background-color: #9EC443;
}
.BgClassName
{
background-color: #9EC443;
}
</style>
border-color css
<style>
span { border-color: #9EC443; }
span { border-color: rgb(158,196,67); }
td.TdClassName
{
border-color: #9EC443;
}
.TagClassName
{
border-color: #9EC443;
}
</style>