Shades of Atlantis #9BD651
Tints of Atlantis #9BD651
RGB
CMYK
RGB Variations
Color information
#9BD651 (or 0x9BD651) is known color: Atlantis. HEX triplet: 9B, D6 and 51. RGB value is (155,214,81). Sum of RGB (Red+Green+Blue) = 155+214+81=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 214 (83.98% from 255 or 47.56% from 450); Blue value is 81 (32.03% from 255 or 18% from 450); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD651 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD651 is #6429AE. Grayscale: #B5B5B5. Windows color (decimal): -6564271 or 5363355. OLE color: 5363355.
HSL color Cylindrical-coordinate representation of color #9BD651: hue angle of 86.62º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9BD651 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 214 | 81 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.16 |
| HSL | 86.62º | 0.62% | 0.58% | - |
| HSV(B) | 86.62º | 0.62% | 0.84% | - |
| XYZ | 39.05 | 55.66 | 16.47 | - |
| YUV | 181.2 | 71.45 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 214 | 81 | 0.28 | 0 | 0.62 | 0.16 | 86.62 | 0.62 | 0.58 |
| Hex | 9B | D6 | 51 | 1C | 0 | 3E | 10 | 57 | 3E | 3A |
| Octal | 233 | 326 | 121 | 34 | 0 | 76 | 20 | 127 | 76 | 72 |
| Binary | 10011011 | 11010110 | 1010001 | 11100 | 0 | 111110 | 10000 | 1010111 | 111110 | 111010 |
Color Harmonies of #9BD651
Complementary color
Monochromatic Colors of #9BD651
Black with #9BD651
Text Example
Text Example
White with #9BD651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD651; }
p { color: rgb(155,214,81); }
H1.HeaderClassName
{
color: #9BD651;
}
.AnyTagClassName
{
color: #9BD651;
}
</style>
background-color css
<style>
a { background-color: #9BD651; }
a { background-color: rgb(155,214,81); }
div.DivClassName
{
background-color: #9BD651;
}
.BgClassName
{
background-color: #9BD651;
}
</style>
border-color css
<style>
span { border-color: #9BD651; }
span { border-color: rgb(155,214,81); }
td.TdClassName
{
border-color: #9BD651;
}
.TagClassName
{
border-color: #9BD651;
}
</style>