Shades of Atlantis #9ED13C
Tints of Atlantis #9ED13C
RGB
CMYK
RGB Variations
Color information
#9ED13C (or 0x9ED13C) is known color: Atlantis. HEX triplet: 9E, D1 and 3C. RGB value is (158,209,60). Sum of RGB (Red+Green+Blue) = 158+209+60=427 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.00% from 427); Green value is 209 (82.03% from 255 or 48.95% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 209 - color contains mainly: green. Hex color #9ED13C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED13C is #612EC3. Grayscale: #B1B1B1. Windows color (decimal): -6368964 or 3985822. OLE color: 3985822.
HSL color Cylindrical-coordinate representation of color #9ED13C: hue angle of 80.54º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9ED13C is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 209 | 60 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.18 |
| HSL | 80.54º | 0.62% | 0.53% | - |
| HSV(B) | 80.54º | 0.71% | 0.82% | - |
| XYZ | 37.72 | 53.2 | 12.56 | - |
| YUV | 176.77 | 62.1 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 209 | 60 | 0.24 | 0 | 0.71 | 0.18 | 80.54 | 0.62 | 0.53 |
| Hex | 9E | D1 | 3C | 18 | 0 | 47 | 12 | 51 | 3E | 35 |
| Octal | 236 | 321 | 74 | 30 | 0 | 107 | 22 | 121 | 76 | 65 |
| Binary | 10011110 | 11010001 | 111100 | 11000 | 0 | 1000111 | 10010 | 1010001 | 111110 | 110101 |
Color Harmonies of #9ED13C
Complementary color
Monochromatic Colors of #9ED13C
Black with #9ED13C
Text Example
Text Example
White with #9ED13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED13C; }
p { color: rgb(158,209,60); }
H1.HeaderClassName
{
color: #9ED13C;
}
.AnyTagClassName
{
color: #9ED13C;
}
</style>
background-color css
<style>
a { background-color: #9ED13C; }
a { background-color: rgb(158,209,60); }
div.DivClassName
{
background-color: #9ED13C;
}
.BgClassName
{
background-color: #9ED13C;
}
</style>
border-color css
<style>
span { border-color: #9ED13C; }
span { border-color: rgb(158,209,60); }
td.TdClassName
{
border-color: #9ED13C;
}
.TagClassName
{
border-color: #9ED13C;
}
</style>