Shades of Atlantis #9BE43D
Tints of Atlantis #9BE43D
RGB
CMYK
RGB Variations
Color information
#9BE43D (or 0x9BE43D) is known color: Atlantis. HEX triplet: 9B, E4 and 3D. RGB value is (155,228,61). Sum of RGB (Red+Green+Blue) = 155+228+61=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 228 (89.45% from 255 or 51.35% from 444); Blue value is 61 (24.22% from 255 or 13.74% from 444); Max value from RGB is 228 - color contains mainly: green. Hex color #9BE43D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BE43D is #641BC2. Grayscale: #BBBBBB. Windows color (decimal): -6560707 or 4056219. OLE color: 4056219.
HSL color Cylindrical-coordinate representation of color #9BE43D: hue angle of 86.23º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9BE43D is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 155 | 228 | 61 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.11 |
| HSL | 86.23º | 0.76% | 0.57% | - |
| HSV(B) | 86.23º | 0.73% | 0.89% | - |
| XYZ | 42.1 | 62.79 | 14.32 | - |
| YUV | 187.14 | 56.82 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 228 | 61 | 0.32 | 0 | 0.73 | 0.11 | 86.23 | 0.76 | 0.57 |
| Hex | 9B | E4 | 3D | 20 | 0 | 49 | B | 56 | 4C | 39 |
| Octal | 233 | 344 | 75 | 40 | 0 | 111 | 13 | 126 | 114 | 71 |
| Binary | 10011011 | 11100100 | 111101 | 100000 | 0 | 1001001 | 1011 | 1010110 | 1001100 | 111001 |
Color Harmonies of #9BE43D
Complementary color
Monochromatic Colors of #9BE43D
Black with #9BE43D
Text Example
Text Example
White with #9BE43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE43D; }
p { color: rgb(155,228,61); }
H1.HeaderClassName
{
color: #9BE43D;
}
.AnyTagClassName
{
color: #9BE43D;
}
</style>
background-color css
<style>
a { background-color: #9BE43D; }
a { background-color: rgb(155,228,61); }
div.DivClassName
{
background-color: #9BE43D;
}
.BgClassName
{
background-color: #9BE43D;
}
</style>
border-color css
<style>
span { border-color: #9BE43D; }
span { border-color: rgb(155,228,61); }
td.TdClassName
{
border-color: #9BE43D;
}
.TagClassName
{
border-color: #9BE43D;
}
</style>