Shades of Atlantis #9DDA4E
Tints of Atlantis #9DDA4E
RGB
CMYK
RGB Variations
Color information
#9DDA4E (or 0x9DDA4E) is known color: Atlantis. HEX triplet: 9D, DA and 4E. RGB value is (157,218,78). Sum of RGB (Red+Green+Blue) = 157+218+78=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 78 (30.86% from 255 or 17.22% from 453); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDA4E is #6225B1. Grayscale: #B8B8B8. Windows color (decimal): -6432178 or 5167773. OLE color: 5167773.
HSL color Cylindrical-coordinate representation of color #9DDA4E: hue angle of 86.14º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9DDA4E is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 78 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.15 |
| HSL | 86.14º | 0.65% | 0.58% | - |
| HSV(B) | 86.14º | 0.64% | 0.85% | - |
| XYZ | 40.35 | 57.86 | 16.25 | - |
| YUV | 183.8 | 68.29 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 78 | 0.28 | 0 | 0.64 | 0.15 | 86.14 | 0.65 | 0.58 |
| Hex | 9D | DA | 4E | 1C | 0 | 40 | F | 56 | 41 | 3A |
| Octal | 235 | 332 | 116 | 34 | 0 | 100 | 17 | 126 | 101 | 72 |
| Binary | 10011101 | 11011010 | 1001110 | 11100 | 0 | 1000000 | 1111 | 1010110 | 1000001 | 111010 |
Color Harmonies of #9DDA4E
Complementary color
Monochromatic Colors of #9DDA4E
Black with #9DDA4E
Text Example
Text Example
White with #9DDA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDA4E; }
p { color: rgb(157,218,78); }
H1.HeaderClassName
{
color: #9DDA4E;
}
.AnyTagClassName
{
color: #9DDA4E;
}
</style>
background-color css
<style>
a { background-color: #9DDA4E; }
a { background-color: rgb(157,218,78); }
div.DivClassName
{
background-color: #9DDA4E;
}
.BgClassName
{
background-color: #9DDA4E;
}
</style>
border-color css
<style>
span { border-color: #9DDA4E; }
span { border-color: rgb(157,218,78); }
td.TdClassName
{
border-color: #9DDA4E;
}
.TagClassName
{
border-color: #9DDA4E;
}
</style>