Shades of Atlantis #9DDE3F
Tints of Atlantis #9DDE3F
RGB
CMYK
RGB Variations
Color information
#9DDE3F (or 0x9DDE3F) is known color: Atlantis. HEX triplet: 9D, DE and 3F. RGB value is (157,222,63). Sum of RGB (Red+Green+Blue) = 157+222+63=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 222 (87.11% from 255 or 50.23% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDE3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDE3F is #6221C0. Grayscale: #B9B9B9. Windows color (decimal): -6431169 or 4185757. OLE color: 4185757.
HSL color Cylindrical-coordinate representation of color #9DDE3F: hue angle of 84.53º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9DDE3F is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 222 | 63 | - |
| CMYK | 0.29 | 0 | 0.72 | 0.13 |
| HSL | 84.53º | 0.71% | 0.56% | - |
| HSV(B) | 84.53º | 0.72% | 0.87% | - |
| XYZ | 40.92 | 59.77 | 14.08 | - |
| YUV | 184.44 | 59.47 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 222 | 63 | 0.29 | 0 | 0.72 | 0.13 | 84.53 | 0.71 | 0.56 |
| Hex | 9D | DE | 3F | 1D | 0 | 48 | D | 55 | 47 | 38 |
| Octal | 235 | 336 | 77 | 35 | 0 | 110 | 15 | 125 | 107 | 70 |
| Binary | 10011101 | 11011110 | 111111 | 11101 | 0 | 1001000 | 1101 | 1010101 | 1000111 | 111000 |
Color Harmonies of #9DDE3F
Complementary color
Monochromatic Colors of #9DDE3F
Black with #9DDE3F
Text Example
Text Example
White with #9DDE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDE3F; }
p { color: rgb(157,222,63); }
H1.HeaderClassName
{
color: #9DDE3F;
}
.AnyTagClassName
{
color: #9DDE3F;
}
</style>
background-color css
<style>
a { background-color: #9DDE3F; }
a { background-color: rgb(157,222,63); }
div.DivClassName
{
background-color: #9DDE3F;
}
.BgClassName
{
background-color: #9DDE3F;
}
</style>
border-color css
<style>
span { border-color: #9DDE3F; }
span { border-color: rgb(157,222,63); }
td.TdClassName
{
border-color: #9DDE3F;
}
.TagClassName
{
border-color: #9DDE3F;
}
</style>