Shades of Atlantis #89F13C
Tints of Atlantis #89F13C
RGB
CMYK
RGB Variations
Color information
#89F13C (or 0x89F13C) is known color: Atlantis. HEX triplet: 89, F1 and 3C. RGB value is (137,241,60). Sum of RGB (Red+Green+Blue) = 137+241+60=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 241 (94.53% from 255 or 55.02% from 438); Blue value is 60 (23.83% from 255 or 13.70% from 438); Max value from RGB is 241 - color contains mainly: green. Hex color #89F13C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #89F13C is #760EC3. Grayscale: #BDBDBD. Windows color (decimal): -7737028 or 3993993. OLE color: 3993993.
HSL color Cylindrical-coordinate representation of color #89F13C: hue angle of 94.48º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #89F13C is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 241 | 60 | - |
| CMYK | 0.43 | 0 | 0.75 | 0.05 |
| HSL | 94.48º | 0.87% | 0.59% | - |
| HSV(B) | 94.48º | 0.75% | 0.95% | - |
| XYZ | 42.59 | 68.56 | 15.26 | - |
| YUV | 189.27 | 55.04 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 241 | 60 | 0.43 | 0 | 0.75 | 0.05 | 94.48 | 0.87 | 0.59 |
| Hex | 89 | F1 | 3C | 2B | 0 | 4B | 5 | 5E | 57 | 3B |
| Octal | 211 | 361 | 74 | 53 | 0 | 113 | 5 | 136 | 127 | 73 |
| Binary | 10001001 | 11110001 | 111100 | 101011 | 0 | 1001011 | 101 | 1011110 | 1010111 | 111011 |
Color Harmonies of #89F13C
Complementary color
Monochromatic Colors of #89F13C
Black with #89F13C
Text Example
Text Example
White with #89F13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89F13C; }
p { color: rgb(137,241,60); }
H1.HeaderClassName
{
color: #89F13C;
}
.AnyTagClassName
{
color: #89F13C;
}
</style>
background-color css
<style>
a { background-color: #89F13C; }
a { background-color: rgb(137,241,60); }
div.DivClassName
{
background-color: #89F13C;
}
.BgClassName
{
background-color: #89F13C;
}
</style>
border-color css
<style>
span { border-color: #89F13C; }
span { border-color: rgb(137,241,60); }
td.TdClassName
{
border-color: #89F13C;
}
.TagClassName
{
border-color: #89F13C;
}
</style>