Shades of Atlantis #9BE93B
Tints of Atlantis #9BE93B
RGB
CMYK
RGB Variations
Color information
#9BE93B (or 0x9BE93B) is known color: Atlantis. HEX triplet: 9B, E9 and 3B. RGB value is (155,233,59). Sum of RGB (Red+Green+Blue) = 155+233+59=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 233 (91.41% from 255 or 52.13% from 447); Blue value is 59 (23.44% from 255 or 13.20% from 447); Max value from RGB is 233 - color contains mainly: green. Hex color #9BE93B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BE93B is #6416C4. Grayscale: #BEBEBE. Windows color (decimal): -6559429 or 3926427. OLE color: 3926427.
HSL color Cylindrical-coordinate representation of color #9BE93B: hue angle of 86.9º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9BE93B is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 233 | 59 | - |
| CMYK | 0.33 | 0 | 0.75 | 0.09 |
| HSL | 86.9º | 0.8% | 0.57% | - |
| HSV(B) | 86.9º | 0.75% | 0.91% | - |
| XYZ | 43.45 | 65.56 | 14.5 | - |
| YUV | 189.84 | 54.16 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 233 | 59 | 0.33 | 0 | 0.75 | 0.09 | 86.9 | 0.8 | 0.57 |
| Hex | 9B | E9 | 3B | 21 | 0 | 4B | 9 | 57 | 50 | 39 |
| Octal | 233 | 351 | 73 | 41 | 0 | 113 | 11 | 127 | 120 | 71 |
| Binary | 10011011 | 11101001 | 111011 | 100001 | 0 | 1001011 | 1001 | 1010111 | 1010000 | 111001 |
Color Harmonies of #9BE93B
Complementary color
Monochromatic Colors of #9BE93B
Black with #9BE93B
Text Example
Text Example
White with #9BE93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE93B; }
p { color: rgb(155,233,59); }
H1.HeaderClassName
{
color: #9BE93B;
}
.AnyTagClassName
{
color: #9BE93B;
}
</style>
background-color css
<style>
a { background-color: #9BE93B; }
a { background-color: rgb(155,233,59); }
div.DivClassName
{
background-color: #9BE93B;
}
.BgClassName
{
background-color: #9BE93B;
}
</style>
border-color css
<style>
span { border-color: #9BE93B; }
span { border-color: rgb(155,233,59); }
td.TdClassName
{
border-color: #9BE93B;
}
.TagClassName
{
border-color: #9BE93B;
}
</style>