Shades of Atlantis #9BE534
Tints of Atlantis #9BE534
RGB
CMYK
RGB Variations
Color information
#9BE534 (or 0x9BE534) is known color: Atlantis. HEX triplet: 9B, E5 and 34. RGB value is (155,229,52). Sum of RGB (Red+Green+Blue) = 155+229+52=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 229 (89.84% from 255 or 52.52% from 436); Blue value is 52 (20.70% from 255 or 11.93% from 436); Max value from RGB is 229 - color contains mainly: green. Hex color #9BE534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BE534 is #641ACB. Grayscale: #BBBBBB. Windows color (decimal): -6560460 or 3466651. OLE color: 3466651.
HSL color Cylindrical-coordinate representation of color #9BE534: hue angle of 85.08º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9BE534 is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 229 | 52 | - |
| CMYK | 0.32 | 0 | 0.77 | 0.10 |
| HSL | 85.08º | 0.77% | 0.55% | - |
| HSV(B) | 85.08º | 0.77% | 0.9% | - |
| XYZ | 42.16 | 63.26 | 13.24 | - |
| YUV | 186.7 | 51.98 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 229 | 52 | 0.32 | 0 | 0.77 | 0.10 | 85.08 | 0.77 | 0.55 |
| Hex | 9B | E5 | 34 | 20 | 0 | 4D | A | 55 | 4D | 37 |
| Octal | 233 | 345 | 64 | 40 | 0 | 115 | 12 | 125 | 115 | 67 |
| Binary | 10011011 | 11100101 | 110100 | 100000 | 0 | 1001101 | 1010 | 1010101 | 1001101 | 110111 |
Color Harmonies of #9BE534
Complementary color
Monochromatic Colors of #9BE534
Black with #9BE534
Text Example
Text Example
White with #9BE534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE534; }
p { color: rgb(155,229,52); }
H1.HeaderClassName
{
color: #9BE534;
}
.AnyTagClassName
{
color: #9BE534;
}
</style>
background-color css
<style>
a { background-color: #9BE534; }
a { background-color: rgb(155,229,52); }
div.DivClassName
{
background-color: #9BE534;
}
.BgClassName
{
background-color: #9BE534;
}
</style>
border-color css
<style>
span { border-color: #9BE534; }
span { border-color: rgb(155,229,52); }
td.TdClassName
{
border-color: #9BE534;
}
.TagClassName
{
border-color: #9BE534;
}
</style>