Shades of Atlantis #9DD93D
Tints of Atlantis #9DD93D
RGB
CMYK
RGB Variations
Color information
#9DD93D (or 0x9DD93D) is known color: Atlantis. HEX triplet: 9D, D9 and 3D. RGB value is (157,217,61). Sum of RGB (Red+Green+Blue) = 157+217+61=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 217 (85.16% from 255 or 49.89% from 435); Blue value is 61 (24.22% from 255 or 14.02% from 435); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD93D is #6226C2. Grayscale: #B5B5B5. Windows color (decimal): -6432451 or 4053405. OLE color: 4053405.
HSL color Cylindrical-coordinate representation of color #9DD93D: hue angle of 83.08º degrees, saturation: 0.67, 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 #9DD93D is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 217 | 61 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.15 |
| HSL | 83.08º | 0.67% | 0.55% | - |
| HSV(B) | 83.08º | 0.72% | 0.85% | - |
| XYZ | 39.56 | 57.13 | 13.36 | - |
| YUV | 181.28 | 60.12 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 217 | 61 | 0.28 | 0 | 0.72 | 0.15 | 83.08 | 0.67 | 0.55 |
| Hex | 9D | D9 | 3D | 1C | 0 | 48 | F | 53 | 43 | 37 |
| Octal | 235 | 331 | 75 | 34 | 0 | 110 | 17 | 123 | 103 | 67 |
| Binary | 10011101 | 11011001 | 111101 | 11100 | 0 | 1001000 | 1111 | 1010011 | 1000011 | 110111 |
Color Harmonies of #9DD93D
Complementary color
Monochromatic Colors of #9DD93D
Black with #9DD93D
Text Example
Text Example
White with #9DD93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD93D; }
p { color: rgb(157,217,61); }
H1.HeaderClassName
{
color: #9DD93D;
}
.AnyTagClassName
{
color: #9DD93D;
}
</style>
background-color css
<style>
a { background-color: #9DD93D; }
a { background-color: rgb(157,217,61); }
div.DivClassName
{
background-color: #9DD93D;
}
.BgClassName
{
background-color: #9DD93D;
}
</style>
border-color css
<style>
span { border-color: #9DD93D; }
span { border-color: rgb(157,217,61); }
td.TdClassName
{
border-color: #9DD93D;
}
.TagClassName
{
border-color: #9DD93D;
}
</style>