Shades of Atlantis #9DD03F
Tints of Atlantis #9DD03F
RGB
CMYK
RGB Variations
Color information
#9DD03F (or 0x9DD03F) is known color: Atlantis. HEX triplet: 9D, D0 and 3F. RGB value is (157,208,63). Sum of RGB (Red+Green+Blue) = 157+208+63=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 208 (81.64% from 255 or 48.60% from 428); Blue value is 63 (25% from 255 or 14.72% from 428); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD03F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD03F is #622FC0. Grayscale: #B0B0B0. Windows color (decimal): -6434753 or 4182173. OLE color: 4182173.
HSL color Cylindrical-coordinate representation of color #9DD03F: hue angle of 81.1º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9DD03F is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 208 | 63 | - |
| CMYK | 0.25 | 0 | 0.70 | 0.18 |
| HSL | 81.1º | 0.61% | 0.53% | - |
| HSV(B) | 81.1º | 0.7% | 0.82% | - |
| XYZ | 37.36 | 52.64 | 12.89 | - |
| YUV | 176.22 | 64.1 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 208 | 63 | 0.25 | 0 | 0.70 | 0.18 | 81.1 | 0.61 | 0.53 |
| Hex | 9D | D0 | 3F | 19 | 0 | 46 | 12 | 51 | 3D | 35 |
| Octal | 235 | 320 | 77 | 31 | 0 | 106 | 22 | 121 | 75 | 65 |
| Binary | 10011101 | 11010000 | 111111 | 11001 | 0 | 1000110 | 10010 | 1010001 | 111101 | 110101 |
Color Harmonies of #9DD03F
Complementary color
Monochromatic Colors of #9DD03F
Black with #9DD03F
Text Example
Text Example
White with #9DD03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD03F; }
p { color: rgb(157,208,63); }
H1.HeaderClassName
{
color: #9DD03F;
}
.AnyTagClassName
{
color: #9DD03F;
}
</style>
background-color css
<style>
a { background-color: #9DD03F; }
a { background-color: rgb(157,208,63); }
div.DivClassName
{
background-color: #9DD03F;
}
.BgClassName
{
background-color: #9DD03F;
}
</style>
border-color css
<style>
span { border-color: #9DD03F; }
span { border-color: rgb(157,208,63); }
td.TdClassName
{
border-color: #9DD03F;
}
.TagClassName
{
border-color: #9DD03F;
}
</style>