Shades of Atlantis #9DDE3E
Tints of Atlantis #9DDE3E
RGB
CMYK
RGB Variations
Color information
#9DDE3E (or 0x9DDE3E) is known color: Atlantis. HEX triplet: 9D, DE and 3E. RGB value is (157,222,62). Sum of RGB (Red+Green+Blue) = 157+222+62=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 222 (87.11% from 255 or 50.34% from 441); Blue value is 62 (24.61% from 255 or 14.06% from 441); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDE3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDE3E is #6221C1. Grayscale: #B8B8B8. Windows color (decimal): -6431170 or 4120221. OLE color: 4120221.
HSL color Cylindrical-coordinate representation of color #9DDE3E: hue angle of 84.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9DDE3E is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 222 | 62 | - |
| CMYK | 0.29 | 0 | 0.72 | 0.13 |
| HSL | 84.38º | 0.71% | 0.56% | - |
| HSV(B) | 84.38º | 0.72% | 0.87% | - |
| XYZ | 40.9 | 59.76 | 13.94 | - |
| YUV | 184.33 | 58.97 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 222 | 62 | 0.29 | 0 | 0.72 | 0.13 | 84.38 | 0.71 | 0.56 |
| Hex | 9D | DE | 3E | 1D | 0 | 48 | D | 54 | 47 | 38 |
| Octal | 235 | 336 | 76 | 35 | 0 | 110 | 15 | 124 | 107 | 70 |
| Binary | 10011101 | 11011110 | 111110 | 11101 | 0 | 1001000 | 1101 | 1010100 | 1000111 | 111000 |
Color Harmonies of #9DDE3E
Complementary color
Monochromatic Colors of #9DDE3E
Black with #9DDE3E
Text Example
Text Example
White with #9DDE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDE3E; }
p { color: rgb(157,222,62); }
H1.HeaderClassName
{
color: #9DDE3E;
}
.AnyTagClassName
{
color: #9DDE3E;
}
</style>
background-color css
<style>
a { background-color: #9DDE3E; }
a { background-color: rgb(157,222,62); }
div.DivClassName
{
background-color: #9DDE3E;
}
.BgClassName
{
background-color: #9DDE3E;
}
</style>
border-color css
<style>
span { border-color: #9DDE3E; }
span { border-color: rgb(157,222,62); }
td.TdClassName
{
border-color: #9DDE3E;
}
.TagClassName
{
border-color: #9DDE3E;
}
</style>