Shades of Atlantis #9BE447
Tints of Atlantis #9BE447
RGB
CMYK
RGB Variations
Color information
#9BE447 (or 0x9BE447) is known color: Atlantis. HEX triplet: 9B, E4 and 47. RGB value is (155,228,71). Sum of RGB (Red+Green+Blue) = 155+228+71=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 228 (89.45% from 255 or 50.22% from 454); Blue value is 71 (28.12% from 255 or 15.64% from 454); Max value from RGB is 228 - color contains mainly: green. Hex color #9BE447 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BE447 is #641BB8. Grayscale: #BCBCBC. Windows color (decimal): -6560697 or 4711579. OLE color: 4711579.
HSL color Cylindrical-coordinate representation of color #9BE447: hue angle of 87.9º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9BE447 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 155 | 228 | 71 | - |
| CMYK | 0.32 | 0 | 0.69 | 0.11 |
| HSL | 87.9º | 0.74% | 0.59% | - |
| HSV(B) | 87.9º | 0.69% | 0.89% | - |
| XYZ | 42.4 | 62.91 | 15.87 | - |
| YUV | 188.28 | 61.82 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 228 | 71 | 0.32 | 0 | 0.69 | 0.11 | 87.9 | 0.74 | 0.59 |
| Hex | 9B | E4 | 47 | 20 | 0 | 45 | B | 58 | 4A | 3B |
| Octal | 233 | 344 | 107 | 40 | 0 | 105 | 13 | 130 | 112 | 73 |
| Binary | 10011011 | 11100100 | 1000111 | 100000 | 0 | 1000101 | 1011 | 1011000 | 1001010 | 111011 |
Color Harmonies of #9BE447
Complementary color
Monochromatic Colors of #9BE447
Black with #9BE447
Text Example
Text Example
White with #9BE447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE447; }
p { color: rgb(155,228,71); }
H1.HeaderClassName
{
color: #9BE447;
}
.AnyTagClassName
{
color: #9BE447;
}
</style>
background-color css
<style>
a { background-color: #9BE447; }
a { background-color: rgb(155,228,71); }
div.DivClassName
{
background-color: #9BE447;
}
.BgClassName
{
background-color: #9BE447;
}
</style>
border-color css
<style>
span { border-color: #9BE447; }
span { border-color: rgb(155,228,71); }
td.TdClassName
{
border-color: #9BE447;
}
.TagClassName
{
border-color: #9BE447;
}
</style>