Shades of Atlantis #9BE547
Tints of Atlantis #9BE547
RGB
CMYK
RGB Variations
Color information
#9BE547 (or 0x9BE547) is known color: Atlantis. HEX triplet: 9B, E5 and 47. RGB value is (155,229,71). Sum of RGB (Red+Green+Blue) = 155+229+71=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 229 (89.84% from 255 or 50.33% from 455); Blue value is 71 (28.12% from 255 or 15.60% from 455); Max value from RGB is 229 - color contains mainly: green. Hex color #9BE547 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BE547 is #641AB8. Grayscale: #BDBDBD. Windows color (decimal): -6560441 or 4711835. OLE color: 4711835.
HSL color Cylindrical-coordinate representation of color #9BE547: hue angle of 88.1º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9BE547 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 229 | 71 | - |
| CMYK | 0.32 | 0 | 0.69 | 0.10 |
| HSL | 88.1º | 0.75% | 0.59% | - |
| HSV(B) | 88.1º | 0.69% | 0.9% | - |
| XYZ | 42.67 | 63.46 | 15.96 | - |
| YUV | 188.86 | 61.48 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 229 | 71 | 0.32 | 0 | 0.69 | 0.10 | 88.1 | 0.75 | 0.59 |
| Hex | 9B | E5 | 47 | 20 | 0 | 45 | A | 58 | 4B | 3B |
| Octal | 233 | 345 | 107 | 40 | 0 | 105 | 12 | 130 | 113 | 73 |
| Binary | 10011011 | 11100101 | 1000111 | 100000 | 0 | 1000101 | 1010 | 1011000 | 1001011 | 111011 |
Color Harmonies of #9BE547
Complementary color
Monochromatic Colors of #9BE547
Black with #9BE547
Text Example
Text Example
White with #9BE547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE547; }
p { color: rgb(155,229,71); }
H1.HeaderClassName
{
color: #9BE547;
}
.AnyTagClassName
{
color: #9BE547;
}
</style>
background-color css
<style>
a { background-color: #9BE547; }
a { background-color: rgb(155,229,71); }
div.DivClassName
{
background-color: #9BE547;
}
.BgClassName
{
background-color: #9BE547;
}
</style>
border-color css
<style>
span { border-color: #9BE547; }
span { border-color: rgb(155,229,71); }
td.TdClassName
{
border-color: #9BE547;
}
.TagClassName
{
border-color: #9BE547;
}
</style>