Shades of Atlantis #9BD147
Tints of Atlantis #9BD147
RGB
CMYK
RGB Variations
Color information
#9BD147 (or 0x9BD147) is known color: Atlantis. HEX triplet: 9B, D1 and 47. RGB value is (155,209,71). Sum of RGB (Red+Green+Blue) = 155+209+71=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 209 (82.03% from 255 or 48.05% from 435); Blue value is 71 (28.12% from 255 or 16.32% from 435); Max value from RGB is 209 - color contains mainly: green. Hex color #9BD147 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD147 is #642EB8. Grayscale: #B1B1B1. Windows color (decimal): -6565561 or 4706715. OLE color: 4706715.
HSL color Cylindrical-coordinate representation of color #9BD147: hue angle of 83.48º 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 #9BD147 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 209 | 71 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.18 |
| HSL | 83.48º | 0.6% | 0.55% | - |
| HSV(B) | 83.48º | 0.66% | 0.82% | - |
| XYZ | 37.46 | 53.02 | 14.22 | - |
| YUV | 177.12 | 68.11 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 209 | 71 | 0.26 | 0 | 0.66 | 0.18 | 83.48 | 0.6 | 0.55 |
| Hex | 9B | D1 | 47 | 1A | 0 | 42 | 12 | 53 | 3C | 37 |
| Octal | 233 | 321 | 107 | 32 | 0 | 102 | 22 | 123 | 74 | 67 |
| Binary | 10011011 | 11010001 | 1000111 | 11010 | 0 | 1000010 | 10010 | 1010011 | 111100 | 110111 |
Color Harmonies of #9BD147
Complementary color
Monochromatic Colors of #9BD147
Black with #9BD147
Text Example
Text Example
White with #9BD147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD147; }
p { color: rgb(155,209,71); }
H1.HeaderClassName
{
color: #9BD147;
}
.AnyTagClassName
{
color: #9BD147;
}
</style>
background-color css
<style>
a { background-color: #9BD147; }
a { background-color: rgb(155,209,71); }
div.DivClassName
{
background-color: #9BD147;
}
.BgClassName
{
background-color: #9BD147;
}
</style>
border-color css
<style>
span { border-color: #9BD147; }
span { border-color: rgb(155,209,71); }
td.TdClassName
{
border-color: #9BD147;
}
.TagClassName
{
border-color: #9BD147;
}
</style>