Shades of Atlantis #89F345
Tints of Atlantis #89F345
RGB
CMYK
RGB Variations
Color information
#89F345 (or 0x89F345) is known color: Atlantis. HEX triplet: 89, F3 and 45. RGB value is (137,243,69). Sum of RGB (Red+Green+Blue) = 137+243+69=449 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.51% from 449); Green value is 243 (95.31% from 255 or 54.12% from 449); Blue value is 69 (27.34% from 255 or 15.37% from 449); Max value from RGB is 243 - color contains mainly: green. Hex color #89F345 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #89F345 is #760CBA. Grayscale: #C0C0C0. Windows color (decimal): -7736507 or 4584329. OLE color: 4584329.
HSL color Cylindrical-coordinate representation of color #89F345: hue angle of 96.55º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #89F345 is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 243 | 69 | - |
| CMYK | 0.44 | 0 | 0.72 | 0.05 |
| HSL | 96.55º | 0.88% | 0.61% | - |
| HSV(B) | 96.55º | 0.72% | 0.95% | - |
| XYZ | 43.44 | 69.85 | 16.82 | - |
| YUV | 191.47 | 58.88 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 243 | 69 | 0.44 | 0 | 0.72 | 0.05 | 96.55 | 0.88 | 0.61 |
| Hex | 89 | F3 | 45 | 2C | 0 | 48 | 5 | 61 | 58 | 3D |
| Octal | 211 | 363 | 105 | 54 | 0 | 110 | 5 | 141 | 130 | 75 |
| Binary | 10001001 | 11110011 | 1000101 | 101100 | 0 | 1001000 | 101 | 1100001 | 1011000 | 111101 |
Color Harmonies of #89F345
Complementary color
Monochromatic Colors of #89F345
Black with #89F345
Text Example
Text Example
White with #89F345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89F345; }
p { color: rgb(137,243,69); }
H1.HeaderClassName
{
color: #89F345;
}
.AnyTagClassName
{
color: #89F345;
}
</style>
background-color css
<style>
a { background-color: #89F345; }
a { background-color: rgb(137,243,69); }
div.DivClassName
{
background-color: #89F345;
}
.BgClassName
{
background-color: #89F345;
}
</style>
border-color css
<style>
span { border-color: #89F345; }
span { border-color: rgb(137,243,69); }
td.TdClassName
{
border-color: #89F345;
}
.TagClassName
{
border-color: #89F345;
}
</style>