Shades of Atlantis #9EC348
Tints of Atlantis #9EC348
RGB
CMYK
RGB Variations
Color information
#9EC348 (or 0x9EC348) is known color: Atlantis. HEX triplet: 9E, C3 and 48. RGB value is (158,195,72). Sum of RGB (Red+Green+Blue) = 158+195+72=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 195 (76.56% from 255 or 45.88% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC348 is #613CB7. Grayscale: #AAAAAA. Windows color (decimal): -6372536 or 4768670. OLE color: 4768670.
HSL color Cylindrical-coordinate representation of color #9EC348: hue angle of 78.05º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9EC348 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 195 | 72 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.24 |
| HSL | 78.05º | 0.51% | 0.52% | - |
| HSV(B) | 78.05º | 0.63% | 0.76% | - |
| XYZ | 34.79 | 46.77 | 13.32 | - |
| YUV | 169.92 | 72.74 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 195 | 72 | 0.19 | 0 | 0.63 | 0.24 | 78.05 | 0.51 | 0.52 |
| Hex | 9E | C3 | 48 | 13 | 0 | 3F | 18 | 4E | 33 | 34 |
| Octal | 236 | 303 | 110 | 23 | 0 | 77 | 30 | 116 | 63 | 64 |
| Binary | 10011110 | 11000011 | 1001000 | 10011 | 0 | 111111 | 11000 | 1001110 | 110011 | 110100 |
Color Harmonies of #9EC348
Complementary color
Monochromatic Colors of #9EC348
Black with #9EC348
Text Example
Text Example
White with #9EC348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC348; }
p { color: rgb(158,195,72); }
H1.HeaderClassName
{
color: #9EC348;
}
.AnyTagClassName
{
color: #9EC348;
}
</style>
background-color css
<style>
a { background-color: #9EC348; }
a { background-color: rgb(158,195,72); }
div.DivClassName
{
background-color: #9EC348;
}
.BgClassName
{
background-color: #9EC348;
}
</style>
border-color css
<style>
span { border-color: #9EC348; }
span { border-color: rgb(158,195,72); }
td.TdClassName
{
border-color: #9EC348;
}
.TagClassName
{
border-color: #9EC348;
}
</style>