Shades of Atlantis #9BEB3E
Tints of Atlantis #9BEB3E
RGB
CMYK
RGB Variations
Color information
#9BEB3E (or 0x9BEB3E) is known color: Atlantis. HEX triplet: 9B, EB and 3E. RGB value is (155,235,62). Sum of RGB (Red+Green+Blue) = 155+235+62=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 235 (92.19% from 255 or 51.99% from 452); Blue value is 62 (24.61% from 255 or 13.72% from 452); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEB3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BEB3E is #6414C1. Grayscale: #BFBFBF. Windows color (decimal): -6558914 or 4123547. OLE color: 4123547.
HSL color Cylindrical-coordinate representation of color #9BEB3E: hue angle of 87.75º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9BEB3E is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 235 | 62 | - |
| CMYK | 0.34 | 0 | 0.74 | 0.08 |
| HSL | 87.75º | 0.81% | 0.58% | - |
| HSV(B) | 87.75º | 0.74% | 0.92% | - |
| XYZ | 44.1 | 66.73 | 15.11 | - |
| YUV | 191.36 | 55 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 235 | 62 | 0.34 | 0 | 0.74 | 0.08 | 87.75 | 0.81 | 0.58 |
| Hex | 9B | EB | 3E | 22 | 0 | 4A | 8 | 58 | 51 | 3A |
| Octal | 233 | 353 | 76 | 42 | 0 | 112 | 10 | 130 | 121 | 72 |
| Binary | 10011011 | 11101011 | 111110 | 100010 | 0 | 1001010 | 1000 | 1011000 | 1010001 | 111010 |
Color Harmonies of #9BEB3E
Complementary color
Monochromatic Colors of #9BEB3E
Black with #9BEB3E
Text Example
Text Example
White with #9BEB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEB3E; }
p { color: rgb(155,235,62); }
H1.HeaderClassName
{
color: #9BEB3E;
}
.AnyTagClassName
{
color: #9BEB3E;
}
</style>
background-color css
<style>
a { background-color: #9BEB3E; }
a { background-color: rgb(155,235,62); }
div.DivClassName
{
background-color: #9BEB3E;
}
.BgClassName
{
background-color: #9BEB3E;
}
</style>
border-color css
<style>
span { border-color: #9BEB3E; }
span { border-color: rgb(155,235,62); }
td.TdClassName
{
border-color: #9BEB3E;
}
.TagClassName
{
border-color: #9BEB3E;
}
</style>