Shades of Atlantis #9BEA40
Tints of Atlantis #9BEA40
RGB
CMYK
RGB Variations
Color information
#9BEA40 (or 0x9BEA40) is known color: Atlantis. HEX triplet: 9B, EA and 40. RGB value is (155,234,64). Sum of RGB (Red+Green+Blue) = 155+234+64=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 234 (91.80% from 255 or 51.66% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEA40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BEA40 is #6415BF. Grayscale: #BFBFBF. Windows color (decimal): -6559168 or 4254363. OLE color: 4254363.
HSL color Cylindrical-coordinate representation of color #9BEA40: hue angle of 87.88º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9BEA40 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 234 | 64 | - |
| CMYK | 0.34 | 0 | 0.73 | 0.08 |
| HSL | 87.88º | 0.8% | 0.58% | - |
| HSV(B) | 87.88º | 0.73% | 0.92% | - |
| XYZ | 43.87 | 66.18 | 15.31 | - |
| YUV | 191 | 56.33 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 234 | 64 | 0.34 | 0 | 0.73 | 0.08 | 87.88 | 0.8 | 0.58 |
| Hex | 9B | EA | 40 | 22 | 0 | 49 | 8 | 58 | 50 | 3A |
| Octal | 233 | 352 | 100 | 42 | 0 | 111 | 10 | 130 | 120 | 72 |
| Binary | 10011011 | 11101010 | 1000000 | 100010 | 0 | 1001001 | 1000 | 1011000 | 1010000 | 111010 |
Color Harmonies of #9BEA40
Complementary color
Monochromatic Colors of #9BEA40
Black with #9BEA40
Text Example
Text Example
White with #9BEA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEA40; }
p { color: rgb(155,234,64); }
H1.HeaderClassName
{
color: #9BEA40;
}
.AnyTagClassName
{
color: #9BEA40;
}
</style>
background-color css
<style>
a { background-color: #9BEA40; }
a { background-color: rgb(155,234,64); }
div.DivClassName
{
background-color: #9BEA40;
}
.BgClassName
{
background-color: #9BEA40;
}
</style>
border-color css
<style>
span { border-color: #9BEA40; }
span { border-color: rgb(155,234,64); }
td.TdClassName
{
border-color: #9BEA40;
}
.TagClassName
{
border-color: #9BEA40;
}
</style>