Shades of Atlantis #9BE540
Tints of Atlantis #9BE540
RGB
CMYK
RGB Variations
Color information
#9BE540 (or 0x9BE540) is known color: Atlantis. HEX triplet: 9B, E5 and 40. RGB value is (155,229,64). Sum of RGB (Red+Green+Blue) = 155+229+64=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 229 (89.84% from 255 or 51.12% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 229 - color contains mainly: green. Hex color #9BE540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BE540 is #641ABF. Grayscale: #BCBCBC. Windows color (decimal): -6560448 or 4253083. OLE color: 4253083.
HSL color Cylindrical-coordinate representation of color #9BE540: hue angle of 86.91º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9BE540 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 229 | 64 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.10 |
| HSL | 86.91º | 0.76% | 0.57% | - |
| HSV(B) | 86.91º | 0.72% | 0.9% | - |
| XYZ | 42.46 | 63.38 | 14.85 | - |
| YUV | 188.06 | 57.98 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 229 | 64 | 0.32 | 0 | 0.72 | 0.10 | 86.91 | 0.76 | 0.57 |
| Hex | 9B | E5 | 40 | 20 | 0 | 48 | A | 57 | 4C | 39 |
| Octal | 233 | 345 | 100 | 40 | 0 | 110 | 12 | 127 | 114 | 71 |
| Binary | 10011011 | 11100101 | 1000000 | 100000 | 0 | 1001000 | 1010 | 1010111 | 1001100 | 111001 |
Color Harmonies of #9BE540
Complementary color
Monochromatic Colors of #9BE540
Black with #9BE540
Text Example
Text Example
White with #9BE540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE540; }
p { color: rgb(155,229,64); }
H1.HeaderClassName
{
color: #9BE540;
}
.AnyTagClassName
{
color: #9BE540;
}
</style>
background-color css
<style>
a { background-color: #9BE540; }
a { background-color: rgb(155,229,64); }
div.DivClassName
{
background-color: #9BE540;
}
.BgClassName
{
background-color: #9BE540;
}
</style>
border-color css
<style>
span { border-color: #9BE540; }
span { border-color: rgb(155,229,64); }
td.TdClassName
{
border-color: #9BE540;
}
.TagClassName
{
border-color: #9BE540;
}
</style>