Shades of Atlantis #98D143
Tints of Atlantis #98D143
RGB
CMYK
RGB Variations
Color information
#98D143 (or 0x98D143) is known color: Atlantis. HEX triplet: 98, D1 and 43. RGB value is (152,209,67). Sum of RGB (Red+Green+Blue) = 152+209+67=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 209 (82.03% from 255 or 48.83% from 428); Blue value is 67 (26.56% from 255 or 15.65% from 428); Max value from RGB is 209 - color contains mainly: green. Hex color #98D143 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D143 is #672EBC. Grayscale: #B0B0B0. Windows color (decimal): -6762173 or 4444568. OLE color: 4444568.
HSL color Cylindrical-coordinate representation of color #98D143: hue angle of 84.08º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98D143 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 209 | 67 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.18 |
| HSL | 84.08º | 0.61% | 0.54% | - |
| HSV(B) | 84.08º | 0.68% | 0.82% | - |
| XYZ | 36.76 | 52.68 | 13.54 | - |
| YUV | 175.77 | 66.62 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 209 | 67 | 0.27 | 0 | 0.68 | 0.18 | 84.08 | 0.61 | 0.54 |
| Hex | 98 | D1 | 43 | 1B | 0 | 44 | 12 | 54 | 3D | 36 |
| Octal | 230 | 321 | 103 | 33 | 0 | 104 | 22 | 124 | 75 | 66 |
| Binary | 10011000 | 11010001 | 1000011 | 11011 | 0 | 1000100 | 10010 | 1010100 | 111101 | 110110 |
Color Harmonies of #98D143
Complementary color
Monochromatic Colors of #98D143
Black with #98D143
Text Example
Text Example
White with #98D143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D143; }
p { color: rgb(152,209,67); }
H1.HeaderClassName
{
color: #98D143;
}
.AnyTagClassName
{
color: #98D143;
}
</style>
background-color css
<style>
a { background-color: #98D143; }
a { background-color: rgb(152,209,67); }
div.DivClassName
{
background-color: #98D143;
}
.BgClassName
{
background-color: #98D143;
}
</style>
border-color css
<style>
span { border-color: #98D143; }
span { border-color: rgb(152,209,67); }
td.TdClassName
{
border-color: #98D143;
}
.TagClassName
{
border-color: #98D143;
}
</style>