Shades of Atlantis #98E134
Tints of Atlantis #98E134
RGB
CMYK
RGB Variations
Color information
#98E134 (or 0x98E134) is known color: Atlantis. HEX triplet: 98, E1 and 34. RGB value is (152,225,52). Sum of RGB (Red+Green+Blue) = 152+225+52=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 225 (88.28% from 255 or 52.45% from 429); Blue value is 52 (20.70% from 255 or 12.12% from 429); Max value from RGB is 225 - color contains mainly: green. Hex color #98E134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98E134 is #671ECB. Grayscale: #B8B8B8. Windows color (decimal): -6758092 or 3465624. OLE color: 3465624.
HSL color Cylindrical-coordinate representation of color #98E134: hue angle of 85.32º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #98E134 is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 225 | 52 | - |
| CMYK | 0.32 | 0 | 0.77 | 0.12 |
| HSL | 85.32º | 0.74% | 0.54% | - |
| HSV(B) | 85.32º | 0.77% | 0.88% | - |
| XYZ | 40.49 | 60.77 | 12.85 | - |
| YUV | 183.45 | 53.82 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 225 | 52 | 0.32 | 0 | 0.77 | 0.12 | 85.32 | 0.74 | 0.54 |
| Hex | 98 | E1 | 34 | 20 | 0 | 4D | C | 55 | 4A | 36 |
| Octal | 230 | 341 | 64 | 40 | 0 | 115 | 14 | 125 | 112 | 66 |
| Binary | 10011000 | 11100001 | 110100 | 100000 | 0 | 1001101 | 1100 | 1010101 | 1001010 | 110110 |
Color Harmonies of #98E134
Complementary color
Monochromatic Colors of #98E134
Black with #98E134
Text Example
Text Example
White with #98E134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E134; }
p { color: rgb(152,225,52); }
H1.HeaderClassName
{
color: #98E134;
}
.AnyTagClassName
{
color: #98E134;
}
</style>
background-color css
<style>
a { background-color: #98E134; }
a { background-color: rgb(152,225,52); }
div.DivClassName
{
background-color: #98E134;
}
.BgClassName
{
background-color: #98E134;
}
</style>
border-color css
<style>
span { border-color: #98E134; }
span { border-color: rgb(152,225,52); }
td.TdClassName
{
border-color: #98E134;
}
.TagClassName
{
border-color: #98E134;
}
</style>