Shades of Atlantis #9DD14B
Tints of Atlantis #9DD14B
RGB
CMYK
RGB Variations
Color information
#9DD14B (or 0x9DD14B) is known color: Atlantis. HEX triplet: 9D, D1 and 4B. RGB value is (157,209,75). Sum of RGB (Red+Green+Blue) = 157+209+75=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 209 (82.03% from 255 or 47.39% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD14B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD14B is #622EB4. Grayscale: #B2B2B2. Windows color (decimal): -6434485 or 4968861. OLE color: 4968861.
HSL color Cylindrical-coordinate representation of color #9DD14B: hue angle of 83.28º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9DD14B is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 209 | 75 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.18 |
| HSL | 83.28º | 0.59% | 0.56% | - |
| HSV(B) | 83.28º | 0.64% | 0.82% | - |
| XYZ | 37.98 | 53.28 | 14.94 | - |
| YUV | 178.18 | 69.77 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 209 | 75 | 0.25 | 0 | 0.64 | 0.18 | 83.28 | 0.59 | 0.56 |
| Hex | 9D | D1 | 4B | 19 | 0 | 40 | 12 | 53 | 3B | 38 |
| Octal | 235 | 321 | 113 | 31 | 0 | 100 | 22 | 123 | 73 | 70 |
| Binary | 10011101 | 11010001 | 1001011 | 11001 | 0 | 1000000 | 10010 | 1010011 | 111011 | 111000 |
Color Harmonies of #9DD14B
Complementary color
Monochromatic Colors of #9DD14B
Black with #9DD14B
Text Example
Text Example
White with #9DD14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD14B; }
p { color: rgb(157,209,75); }
H1.HeaderClassName
{
color: #9DD14B;
}
.AnyTagClassName
{
color: #9DD14B;
}
</style>
background-color css
<style>
a { background-color: #9DD14B; }
a { background-color: rgb(157,209,75); }
div.DivClassName
{
background-color: #9DD14B;
}
.BgClassName
{
background-color: #9DD14B;
}
</style>
border-color css
<style>
span { border-color: #9DD14B; }
span { border-color: rgb(157,209,75); }
td.TdClassName
{
border-color: #9DD14B;
}
.TagClassName
{
border-color: #9DD14B;
}
</style>