Shades of Atlantis #9DDF3C
Tints of Atlantis #9DDF3C
RGB
CMYK
RGB Variations
Color information
#9DDF3C (or 0x9DDF3C) is known color: Atlantis. HEX triplet: 9D, DF and 3C. RGB value is (157,223,60). Sum of RGB (Red+Green+Blue) = 157+223+60=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 223 (87.5% from 255 or 50.68% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDF3C is #6220C3. Grayscale: #B9B9B9. Windows color (decimal): -6430916 or 3989405. OLE color: 3989405.
HSL color Cylindrical-coordinate representation of color #9DDF3C: hue angle of 84.29º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9DDF3C is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 60 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.13 |
| HSL | 84.29º | 0.72% | 0.55% | - |
| HSV(B) | 84.29º | 0.73% | 0.87% | - |
| XYZ | 41.11 | 60.27 | 13.74 | - |
| YUV | 184.68 | 57.63 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 60 | 0.30 | 0 | 0.73 | 0.13 | 84.29 | 0.72 | 0.55 |
| Hex | 9D | DF | 3C | 1E | 0 | 49 | D | 54 | 48 | 37 |
| Octal | 235 | 337 | 74 | 36 | 0 | 111 | 15 | 124 | 110 | 67 |
| Binary | 10011101 | 11011111 | 111100 | 11110 | 0 | 1001001 | 1101 | 1010100 | 1001000 | 110111 |
Color Harmonies of #9DDF3C
Complementary color
Monochromatic Colors of #9DDF3C
Black with #9DDF3C
Text Example
Text Example
White with #9DDF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDF3C; }
p { color: rgb(157,223,60); }
H1.HeaderClassName
{
color: #9DDF3C;
}
.AnyTagClassName
{
color: #9DDF3C;
}
</style>
background-color css
<style>
a { background-color: #9DDF3C; }
a { background-color: rgb(157,223,60); }
div.DivClassName
{
background-color: #9DDF3C;
}
.BgClassName
{
background-color: #9DDF3C;
}
</style>
border-color css
<style>
span { border-color: #9DDF3C; }
span { border-color: rgb(157,223,60); }
td.TdClassName
{
border-color: #9DDF3C;
}
.TagClassName
{
border-color: #9DDF3C;
}
</style>