Shades of Atlantis #9BE93D
Tints of Atlantis #9BE93D
RGB
CMYK
RGB Variations
Color information
#9BE93D (or 0x9BE93D) is known color: Atlantis. HEX triplet: 9B, E9 and 3D. RGB value is (155,233,61). Sum of RGB (Red+Green+Blue) = 155+233+61=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 233 (91.41% from 255 or 51.89% from 449); Blue value is 61 (24.22% from 255 or 13.59% from 449); Max value from RGB is 233 - color contains mainly: green. Hex color #9BE93D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BE93D is #6416C2. Grayscale: #BEBEBE. Windows color (decimal): -6559427 or 4057499. OLE color: 4057499.
HSL color Cylindrical-coordinate representation of color #9BE93D: hue angle of 87.21º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9BE93D is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 233 | 61 | - |
| CMYK | 0.33 | 0 | 0.74 | 0.09 |
| HSL | 87.21º | 0.8% | 0.58% | - |
| HSV(B) | 87.21º | 0.74% | 0.91% | - |
| XYZ | 43.5 | 65.58 | 14.78 | - |
| YUV | 190.07 | 55.16 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 233 | 61 | 0.33 | 0 | 0.74 | 0.09 | 87.21 | 0.8 | 0.58 |
| Hex | 9B | E9 | 3D | 21 | 0 | 4A | 9 | 57 | 50 | 3A |
| Octal | 233 | 351 | 75 | 41 | 0 | 112 | 11 | 127 | 120 | 72 |
| Binary | 10011011 | 11101001 | 111101 | 100001 | 0 | 1001010 | 1001 | 1010111 | 1010000 | 111010 |
Color Harmonies of #9BE93D
Complementary color
Monochromatic Colors of #9BE93D
Black with #9BE93D
Text Example
Text Example
White with #9BE93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE93D; }
p { color: rgb(155,233,61); }
H1.HeaderClassName
{
color: #9BE93D;
}
.AnyTagClassName
{
color: #9BE93D;
}
</style>
background-color css
<style>
a { background-color: #9BE93D; }
a { background-color: rgb(155,233,61); }
div.DivClassName
{
background-color: #9BE93D;
}
.BgClassName
{
background-color: #9BE93D;
}
</style>
border-color css
<style>
span { border-color: #9BE93D; }
span { border-color: rgb(155,233,61); }
td.TdClassName
{
border-color: #9BE93D;
}
.TagClassName
{
border-color: #9BE93D;
}
</style>