Shades of Atlantis #9ED738
Tints of Atlantis #9ED738
RGB
CMYK
RGB Variations
Color information
#9ED738 (or 0x9ED738) is known color: Atlantis. HEX triplet: 9E, D7 and 38. RGB value is (158,215,56). Sum of RGB (Red+Green+Blue) = 158+215+56=429 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.83% from 429); Green value is 215 (84.38% from 255 or 50.12% from 429); Blue value is 56 (22.27% from 255 or 13.05% from 429); Max value from RGB is 215 - color contains mainly: green. Hex color #9ED738 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED738 is #6128C7. Grayscale: #B4B4B4. Windows color (decimal): -6367432 or 3725214. OLE color: 3725214.
HSL color Cylindrical-coordinate representation of color #9ED738: hue angle of 81.51º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9ED738 is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 215 | 56 | - |
| CMYK | 0.27 | 0 | 0.74 | 0.16 |
| HSL | 81.51º | 0.67% | 0.53% | - |
| HSV(B) | 81.51º | 0.74% | 0.84% | - |
| XYZ | 39.11 | 56.16 | 12.52 | - |
| YUV | 179.83 | 58.12 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 215 | 56 | 0.27 | 0 | 0.74 | 0.16 | 81.51 | 0.67 | 0.53 |
| Hex | 9E | D7 | 38 | 1B | 0 | 4A | 10 | 52 | 43 | 35 |
| Octal | 236 | 327 | 70 | 33 | 0 | 112 | 20 | 122 | 103 | 65 |
| Binary | 10011110 | 11010111 | 111000 | 11011 | 0 | 1001010 | 10000 | 1010010 | 1000011 | 110101 |
Color Harmonies of #9ED738
Complementary color
Monochromatic Colors of #9ED738
Black with #9ED738
Text Example
Text Example
White with #9ED738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED738; }
p { color: rgb(158,215,56); }
H1.HeaderClassName
{
color: #9ED738;
}
.AnyTagClassName
{
color: #9ED738;
}
</style>
background-color css
<style>
a { background-color: #9ED738; }
a { background-color: rgb(158,215,56); }
div.DivClassName
{
background-color: #9ED738;
}
.BgClassName
{
background-color: #9ED738;
}
</style>
border-color css
<style>
span { border-color: #9ED738; }
span { border-color: rgb(158,215,56); }
td.TdClassName
{
border-color: #9ED738;
}
.TagClassName
{
border-color: #9ED738;
}
</style>