Shades of Atlantis #9DD148
Tints of Atlantis #9DD148
RGB
CMYK
RGB Variations
Color information
#9DD148 (or 0x9DD148) is known color: Atlantis. HEX triplet: 9D, D1 and 48. RGB value is (157,209,72). Sum of RGB (Red+Green+Blue) = 157+209+72=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 209 (82.03% from 255 or 47.72% from 438); Blue value is 72 (28.52% from 255 or 16.44% from 438); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD148 is #622EB7. Grayscale: #B2B2B2. Windows color (decimal): -6434488 or 4772253. OLE color: 4772253.
HSL color Cylindrical-coordinate representation of color #9DD148: hue angle of 82.77º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9DD148 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 209 | 72 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.18 |
| HSL | 82.77º | 0.6% | 0.55% | - |
| HSV(B) | 82.77º | 0.66% | 0.82% | - |
| XYZ | 37.87 | 53.24 | 14.41 | - |
| YUV | 177.83 | 68.27 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 209 | 72 | 0.25 | 0 | 0.66 | 0.18 | 82.77 | 0.6 | 0.55 |
| Hex | 9D | D1 | 48 | 19 | 0 | 42 | 12 | 53 | 3C | 37 |
| Octal | 235 | 321 | 110 | 31 | 0 | 102 | 22 | 123 | 74 | 67 |
| Binary | 10011101 | 11010001 | 1001000 | 11001 | 0 | 1000010 | 10010 | 1010011 | 111100 | 110111 |
Color Harmonies of #9DD148
Complementary color
Monochromatic Colors of #9DD148
Black with #9DD148
Text Example
Text Example
White with #9DD148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD148; }
p { color: rgb(157,209,72); }
H1.HeaderClassName
{
color: #9DD148;
}
.AnyTagClassName
{
color: #9DD148;
}
</style>
background-color css
<style>
a { background-color: #9DD148; }
a { background-color: rgb(157,209,72); }
div.DivClassName
{
background-color: #9DD148;
}
.BgClassName
{
background-color: #9DD148;
}
</style>
border-color css
<style>
span { border-color: #9DD148; }
span { border-color: rgb(157,209,72); }
td.TdClassName
{
border-color: #9DD148;
}
.TagClassName
{
border-color: #9DD148;
}
</style>