Shades of Atlantis #9BD145
Tints of Atlantis #9BD145
RGB
CMYK
RGB Variations
Color information
#9BD145 (or 0x9BD145) is known color: Atlantis. HEX triplet: 9B, D1 and 45. RGB value is (155,209,69). Sum of RGB (Red+Green+Blue) = 155+209+69=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 209 (82.03% from 255 or 48.27% from 433); Blue value is 69 (27.34% from 255 or 15.94% from 433); Max value from RGB is 209 - color contains mainly: green. Hex color #9BD145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD145 is #642EBA. Grayscale: #B1B1B1. Windows color (decimal): -6565563 or 4575643. OLE color: 4575643.
HSL color Cylindrical-coordinate representation of color #9BD145: hue angle of 83.14º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9BD145 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 209 | 69 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.18 |
| HSL | 83.14º | 0.6% | 0.55% | - |
| HSV(B) | 83.14º | 0.67% | 0.82% | - |
| XYZ | 37.39 | 53 | 13.89 | - |
| YUV | 176.89 | 67.11 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 209 | 69 | 0.26 | 0 | 0.67 | 0.18 | 83.14 | 0.6 | 0.55 |
| Hex | 9B | D1 | 45 | 1A | 0 | 43 | 12 | 53 | 3C | 37 |
| Octal | 233 | 321 | 105 | 32 | 0 | 103 | 22 | 123 | 74 | 67 |
| Binary | 10011011 | 11010001 | 1000101 | 11010 | 0 | 1000011 | 10010 | 1010011 | 111100 | 110111 |
Color Harmonies of #9BD145
Complementary color
Monochromatic Colors of #9BD145
Black with #9BD145
Text Example
Text Example
White with #9BD145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD145; }
p { color: rgb(155,209,69); }
H1.HeaderClassName
{
color: #9BD145;
}
.AnyTagClassName
{
color: #9BD145;
}
</style>
background-color css
<style>
a { background-color: #9BD145; }
a { background-color: rgb(155,209,69); }
div.DivClassName
{
background-color: #9BD145;
}
.BgClassName
{
background-color: #9BD145;
}
</style>
border-color css
<style>
span { border-color: #9BD145; }
span { border-color: rgb(155,209,69); }
td.TdClassName
{
border-color: #9BD145;
}
.TagClassName
{
border-color: #9BD145;
}
</style>