Shades of Atlantis #9DD03D
Tints of Atlantis #9DD03D
RGB
CMYK
RGB Variations
Color information
#9DD03D (or 0x9DD03D) is known color: Atlantis. HEX triplet: 9D, D0 and 3D. RGB value is (157,208,61). Sum of RGB (Red+Green+Blue) = 157+208+61=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD03D is #622FC2. Grayscale: #B0B0B0. Windows color (decimal): -6434755 or 4051101. OLE color: 4051101.
HSL color Cylindrical-coordinate representation of color #9DD03D: hue angle of 80.82º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9DD03D is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 208 | 61 | - |
| CMYK | 0.25 | 0 | 0.71 | 0.18 |
| HSL | 80.82º | 0.61% | 0.53% | - |
| HSV(B) | 80.82º | 0.71% | 0.82% | - |
| XYZ | 37.3 | 52.62 | 12.6 | - |
| YUV | 175.99 | 63.1 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 208 | 61 | 0.25 | 0 | 0.71 | 0.18 | 80.82 | 0.61 | 0.53 |
| Hex | 9D | D0 | 3D | 19 | 0 | 47 | 12 | 51 | 3D | 35 |
| Octal | 235 | 320 | 75 | 31 | 0 | 107 | 22 | 121 | 75 | 65 |
| Binary | 10011101 | 11010000 | 111101 | 11001 | 0 | 1000111 | 10010 | 1010001 | 111101 | 110101 |
Color Harmonies of #9DD03D
Complementary color
Monochromatic Colors of #9DD03D
Black with #9DD03D
Text Example
Text Example
White with #9DD03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD03D; }
p { color: rgb(157,208,61); }
H1.HeaderClassName
{
color: #9DD03D;
}
.AnyTagClassName
{
color: #9DD03D;
}
</style>
background-color css
<style>
a { background-color: #9DD03D; }
a { background-color: rgb(157,208,61); }
div.DivClassName
{
background-color: #9DD03D;
}
.BgClassName
{
background-color: #9DD03D;
}
</style>
border-color css
<style>
span { border-color: #9DD03D; }
span { border-color: rgb(157,208,61); }
td.TdClassName
{
border-color: #9DD03D;
}
.TagClassName
{
border-color: #9DD03D;
}
</style>