Shades of Atlantis #9EC355
Tints of Atlantis #9EC355
RGB
CMYK
RGB Variations
Color information
#9EC355 (or 0x9EC355) is known color: Atlantis. HEX triplet: 9E, C3 and 55. RGB value is (158,195,85). Sum of RGB (Red+Green+Blue) = 158+195+85=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 85 (33.59% from 255 or 19.41% from 438); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC355 is #613CAA. Grayscale: #ABABAB. Windows color (decimal): -6372523 or 5620638. OLE color: 5620638.
HSL color Cylindrical-coordinate representation of color #9EC355: hue angle of 80.18º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9EC355 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 195 | 85 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.24 |
| HSL | 80.18º | 0.48% | 0.55% | - |
| HSV(B) | 80.18º | 0.56% | 0.76% | - |
| XYZ | 35.26 | 46.96 | 15.8 | - |
| YUV | 171.4 | 79.24 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 195 | 85 | 0.19 | 0 | 0.56 | 0.24 | 80.18 | 0.48 | 0.55 |
| Hex | 9E | C3 | 55 | 13 | 0 | 38 | 18 | 50 | 30 | 37 |
| Octal | 236 | 303 | 125 | 23 | 0 | 70 | 30 | 120 | 60 | 67 |
| Binary | 10011110 | 11000011 | 1010101 | 10011 | 0 | 111000 | 11000 | 1010000 | 110000 | 110111 |
Color Harmonies of #9EC355
Complementary color
Monochromatic Colors of #9EC355
Black with #9EC355
Text Example
Text Example
White with #9EC355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC355; }
p { color: rgb(158,195,85); }
H1.HeaderClassName
{
color: #9EC355;
}
.AnyTagClassName
{
color: #9EC355;
}
</style>
background-color css
<style>
a { background-color: #9EC355; }
a { background-color: rgb(158,195,85); }
div.DivClassName
{
background-color: #9EC355;
}
.BgClassName
{
background-color: #9EC355;
}
</style>
border-color css
<style>
span { border-color: #9EC355; }
span { border-color: rgb(158,195,85); }
td.TdClassName
{
border-color: #9EC355;
}
.TagClassName
{
border-color: #9EC355;
}
</style>