Shades of Atlantis #98E548
Tints of Atlantis #98E548
RGB
CMYK
RGB Variations
Color information
#98E548 (or 0x98E548) is known color: Atlantis. HEX triplet: 98, E5 and 48. RGB value is (152,229,72). Sum of RGB (Red+Green+Blue) = 152+229+72=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 229 (89.84% from 255 or 50.55% from 453); Blue value is 72 (28.52% from 255 or 15.89% from 453); Max value from RGB is 229 - color contains mainly: green. Hex color #98E548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98E548 is #671AB7. Grayscale: #BCBCBC. Windows color (decimal): -6757048 or 4777368. OLE color: 4777368.
HSL color Cylindrical-coordinate representation of color #98E548: hue angle of 89.43º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #98E548 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 229 | 72 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.10 |
| HSL | 89.43º | 0.75% | 0.59% | - |
| HSV(B) | 89.43º | 0.69% | 0.9% | - |
| XYZ | 42.14 | 63.18 | 16.11 | - |
| YUV | 188.08 | 62.49 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 229 | 72 | 0.34 | 0 | 0.69 | 0.10 | 89.43 | 0.75 | 0.59 |
| Hex | 98 | E5 | 48 | 22 | 0 | 45 | A | 59 | 4B | 3B |
| Octal | 230 | 345 | 110 | 42 | 0 | 105 | 12 | 131 | 113 | 73 |
| Binary | 10011000 | 11100101 | 1001000 | 100010 | 0 | 1000101 | 1010 | 1011001 | 1001011 | 111011 |
Color Harmonies of #98E548
Complementary color
Monochromatic Colors of #98E548
Black with #98E548
Text Example
Text Example
White with #98E548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E548; }
p { color: rgb(152,229,72); }
H1.HeaderClassName
{
color: #98E548;
}
.AnyTagClassName
{
color: #98E548;
}
</style>
background-color css
<style>
a { background-color: #98E548; }
a { background-color: rgb(152,229,72); }
div.DivClassName
{
background-color: #98E548;
}
.BgClassName
{
background-color: #98E548;
}
</style>
border-color css
<style>
span { border-color: #98E548; }
span { border-color: rgb(152,229,72); }
td.TdClassName
{
border-color: #98E548;
}
.TagClassName
{
border-color: #98E548;
}
</style>