Shades of Atlantis #9DDF3D
Tints of Atlantis #9DDF3D
RGB
CMYK
RGB Variations
Color information
#9DDF3D (or 0x9DDF3D) is known color: Atlantis. HEX triplet: 9D, DF and 3D. RGB value is (157,223,61). Sum of RGB (Red+Green+Blue) = 157+223+61=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDF3D is #6220C2. Grayscale: #B9B9B9. Windows color (decimal): -6430915 or 4054941. OLE color: 4054941.
HSL color Cylindrical-coordinate representation of color #9DDF3D: hue angle of 84.44º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9DDF3D is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 61 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.13 |
| HSL | 84.44º | 0.72% | 0.56% | - |
| HSV(B) | 84.44º | 0.73% | 0.87% | - |
| XYZ | 41.13 | 60.28 | 13.88 | - |
| YUV | 184.8 | 58.13 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 61 | 0.30 | 0 | 0.73 | 0.13 | 84.44 | 0.72 | 0.56 |
| Hex | 9D | DF | 3D | 1E | 0 | 49 | D | 54 | 48 | 38 |
| Octal | 235 | 337 | 75 | 36 | 0 | 111 | 15 | 124 | 110 | 70 |
| Binary | 10011101 | 11011111 | 111101 | 11110 | 0 | 1001001 | 1101 | 1010100 | 1001000 | 111000 |
Color Harmonies of #9DDF3D
Complementary color
Monochromatic Colors of #9DDF3D
Black with #9DDF3D
Text Example
Text Example
White with #9DDF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDF3D; }
p { color: rgb(157,223,61); }
H1.HeaderClassName
{
color: #9DDF3D;
}
.AnyTagClassName
{
color: #9DDF3D;
}
</style>
background-color css
<style>
a { background-color: #9DDF3D; }
a { background-color: rgb(157,223,61); }
div.DivClassName
{
background-color: #9DDF3D;
}
.BgClassName
{
background-color: #9DDF3D;
}
</style>
border-color css
<style>
span { border-color: #9DDF3D; }
span { border-color: rgb(157,223,61); }
td.TdClassName
{
border-color: #9DDF3D;
}
.TagClassName
{
border-color: #9DDF3D;
}
</style>