Shades of Atlantis #9DDA3E
Tints of Atlantis #9DDA3E
RGB
CMYK
RGB Variations
Color information
#9DDA3E (or 0x9DDA3E) is known color: Atlantis. HEX triplet: 9D, DA and 3E. RGB value is (157,218,62). Sum of RGB (Red+Green+Blue) = 157+218+62=437 (57% of max value = 765). Red value is 157 (61.72% from 255 or 35.93% from 437); Green value is 218 (85.55% from 255 or 49.89% from 437); Blue value is 62 (24.61% from 255 or 14.19% from 437); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDA3E is #6225C1. Grayscale: #B6B6B6. Windows color (decimal): -6432194 or 4119197. OLE color: 4119197.
HSL color Cylindrical-coordinate representation of color #9DDA3E: hue angle of 83.46º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9DDA3E is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 62 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.15 |
| HSL | 83.46º | 0.68% | 0.55% | - |
| HSV(B) | 83.46º | 0.72% | 0.85% | - |
| XYZ | 39.85 | 57.66 | 13.59 | - |
| YUV | 181.98 | 60.29 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 62 | 0.28 | 0 | 0.72 | 0.15 | 83.46 | 0.68 | 0.55 |
| Hex | 9D | DA | 3E | 1C | 0 | 48 | F | 53 | 44 | 37 |
| Octal | 235 | 332 | 76 | 34 | 0 | 110 | 17 | 123 | 104 | 67 |
| Binary | 10011101 | 11011010 | 111110 | 11100 | 0 | 1001000 | 1111 | 1010011 | 1000100 | 110111 |
Color Harmonies of #9DDA3E
Complementary color
Monochromatic Colors of #9DDA3E
Black with #9DDA3E
Text Example
Text Example
White with #9DDA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDA3E; }
p { color: rgb(157,218,62); }
H1.HeaderClassName
{
color: #9DDA3E;
}
.AnyTagClassName
{
color: #9DDA3E;
}
</style>
background-color css
<style>
a { background-color: #9DDA3E; }
a { background-color: rgb(157,218,62); }
div.DivClassName
{
background-color: #9DDA3E;
}
.BgClassName
{
background-color: #9DDA3E;
}
</style>
border-color css
<style>
span { border-color: #9DDA3E; }
span { border-color: rgb(157,218,62); }
td.TdClassName
{
border-color: #9DDA3E;
}
.TagClassName
{
border-color: #9DDA3E;
}
</style>