Shades of Atlantis #9BD84B
Tints of Atlantis #9BD84B
RGB
CMYK
RGB Variations
Color information
#9BD84B (or 0x9BD84B) is known color: Atlantis. HEX triplet: 9B, D8 and 4B. RGB value is (155,216,75). Sum of RGB (Red+Green+Blue) = 155+216+75=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 216 (84.77% from 255 or 48.43% from 446); Blue value is 75 (29.69% from 255 or 16.82% from 446); Max value from RGB is 216 - color contains mainly: green. Hex color #9BD84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD84B is #6427B4. Grayscale: #B6B6B6. Windows color (decimal): -6563765 or 4970651. OLE color: 4970651.
HSL color Cylindrical-coordinate representation of color #9BD84B: hue angle of 85.96º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9BD84B is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 216 | 75 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.15 |
| HSL | 85.96º | 0.64% | 0.57% | - |
| HSV(B) | 85.96º | 0.65% | 0.85% | - |
| XYZ | 39.34 | 56.59 | 15.51 | - |
| YUV | 181.69 | 67.79 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 216 | 75 | 0.28 | 0 | 0.65 | 0.15 | 85.96 | 0.64 | 0.57 |
| Hex | 9B | D8 | 4B | 1C | 0 | 41 | F | 56 | 40 | 39 |
| Octal | 233 | 330 | 113 | 34 | 0 | 101 | 17 | 126 | 100 | 71 |
| Binary | 10011011 | 11011000 | 1001011 | 11100 | 0 | 1000001 | 1111 | 1010110 | 1000000 | 111001 |
Color Harmonies of #9BD84B
Complementary color
Monochromatic Colors of #9BD84B
Black with #9BD84B
Text Example
Text Example
White with #9BD84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD84B; }
p { color: rgb(155,216,75); }
H1.HeaderClassName
{
color: #9BD84B;
}
.AnyTagClassName
{
color: #9BD84B;
}
</style>
background-color css
<style>
a { background-color: #9BD84B; }
a { background-color: rgb(155,216,75); }
div.DivClassName
{
background-color: #9BD84B;
}
.BgClassName
{
background-color: #9BD84B;
}
</style>
border-color css
<style>
span { border-color: #9BD84B; }
span { border-color: rgb(155,216,75); }
td.TdClassName
{
border-color: #9BD84B;
}
.TagClassName
{
border-color: #9BD84B;
}
</style>