Shades of Atlantis #98E146
Tints of Atlantis #98E146
RGB
CMYK
RGB Variations
Color information
#98E146 (or 0x98E146) is known color: Atlantis. HEX triplet: 98, E1 and 46. RGB value is (152,225,70). Sum of RGB (Red+Green+Blue) = 152+225+70=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 225 (88.28% from 255 or 50.34% from 447); Blue value is 70 (27.73% from 255 or 15.66% from 447); Max value from RGB is 225 - color contains mainly: green. Hex color #98E146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98E146 is #671EB9. Grayscale: #BABABA. Windows color (decimal): -6758074 or 4645272. OLE color: 4645272.
HSL color Cylindrical-coordinate representation of color #98E146: hue angle of 88.26º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #98E146 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 225 | 70 | - |
| CMYK | 0.32 | 0 | 0.69 | 0.12 |
| HSL | 88.26º | 0.72% | 0.58% | - |
| HSV(B) | 88.26º | 0.69% | 0.88% | - |
| XYZ | 40.98 | 60.97 | 15.4 | - |
| YUV | 185.5 | 62.82 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 225 | 70 | 0.32 | 0 | 0.69 | 0.12 | 88.26 | 0.72 | 0.58 |
| Hex | 98 | E1 | 46 | 20 | 0 | 45 | C | 58 | 48 | 3A |
| Octal | 230 | 341 | 106 | 40 | 0 | 105 | 14 | 130 | 110 | 72 |
| Binary | 10011000 | 11100001 | 1000110 | 100000 | 0 | 1000101 | 1100 | 1011000 | 1001000 | 111010 |
Color Harmonies of #98E146
Complementary color
Monochromatic Colors of #98E146
Black with #98E146
Text Example
Text Example
White with #98E146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E146; }
p { color: rgb(152,225,70); }
H1.HeaderClassName
{
color: #98E146;
}
.AnyTagClassName
{
color: #98E146;
}
</style>
background-color css
<style>
a { background-color: #98E146; }
a { background-color: rgb(152,225,70); }
div.DivClassName
{
background-color: #98E146;
}
.BgClassName
{
background-color: #98E146;
}
</style>
border-color css
<style>
span { border-color: #98E146; }
span { border-color: rgb(152,225,70); }
td.TdClassName
{
border-color: #98E146;
}
.TagClassName
{
border-color: #98E146;
}
</style>