Shades of Atlantis #98E44C
Tints of Atlantis #98E44C
RGB
CMYK
RGB Variations
Color information
#98E44C (or 0x98E44C) is known color: Atlantis. HEX triplet: 98, E4 and 4C. RGB value is (152,228,76). Sum of RGB (Red+Green+Blue) = 152+228+76=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 228 (89.45% from 255 or 50% from 456); Blue value is 76 (30.08% from 255 or 16.67% from 456); Max value from RGB is 228 - color contains mainly: green. Hex color #98E44C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98E44C is #671BB3. Grayscale: #BCBCBC. Windows color (decimal): -6757300 or 5039256. OLE color: 5039256.
HSL color Cylindrical-coordinate representation of color #98E44C: hue angle of 90º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98E44C is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 228 | 76 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.11 |
| HSL | 90º | 0.74% | 0.6% | - |
| HSV(B) | 90º | 0.67% | 0.89% | - |
| XYZ | 42 | 62.68 | 16.72 | - |
| YUV | 187.95 | 64.82 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 228 | 76 | 0.33 | 0 | 0.67 | 0.11 | 90 | 0.74 | 0.6 |
| Hex | 98 | E4 | 4C | 21 | 0 | 43 | B | 5A | 4A | 3C |
| Octal | 230 | 344 | 114 | 41 | 0 | 103 | 13 | 132 | 112 | 74 |
| Binary | 10011000 | 11100100 | 1001100 | 100001 | 0 | 1000011 | 1011 | 1011010 | 1001010 | 111100 |
Color Harmonies of #98E44C
Complementary color
Monochromatic Colors of #98E44C
Black with #98E44C
Text Example
Text Example
White with #98E44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E44C; }
p { color: rgb(152,228,76); }
H1.HeaderClassName
{
color: #98E44C;
}
.AnyTagClassName
{
color: #98E44C;
}
</style>
background-color css
<style>
a { background-color: #98E44C; }
a { background-color: rgb(152,228,76); }
div.DivClassName
{
background-color: #98E44C;
}
.BgClassName
{
background-color: #98E44C;
}
</style>
border-color css
<style>
span { border-color: #98E44C; }
span { border-color: rgb(152,228,76); }
td.TdClassName
{
border-color: #98E44C;
}
.TagClassName
{
border-color: #98E44C;
}
</style>