Shades of Atlantis #98C641
Tints of Atlantis #98C641
RGB
CMYK
RGB Variations
Color information
#98C641 (or 0x98C641) is known color: Atlantis. HEX triplet: 98, C6 and 41. RGB value is (152,198,65). Sum of RGB (Red+Green+Blue) = 152+198+65=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 198 (77.73% from 255 or 47.71% from 415); Blue value is 65 (25.78% from 255 or 15.66% from 415); Max value from RGB is 198 - color contains mainly: green. Hex color #98C641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C641 is #6739BE. Grayscale: #A9A9A9. Windows color (decimal): -6764991 or 4310680. OLE color: 4310680.
HSL color Cylindrical-coordinate representation of color #98C641: hue angle of 80.75º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98C641 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 198 | 65 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.22 |
| HSL | 80.75º | 0.54% | 0.52% | - |
| HSV(B) | 80.75º | 0.67% | 0.78% | - |
| XYZ | 34.1 | 47.45 | 12.36 | - |
| YUV | 169.08 | 69.26 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 198 | 65 | 0.23 | 0 | 0.67 | 0.22 | 80.75 | 0.54 | 0.52 |
| Hex | 98 | C6 | 41 | 17 | 0 | 43 | 16 | 51 | 36 | 34 |
| Octal | 230 | 306 | 101 | 27 | 0 | 103 | 26 | 121 | 66 | 64 |
| Binary | 10011000 | 11000110 | 1000001 | 10111 | 0 | 1000011 | 10110 | 1010001 | 110110 | 110100 |
Color Harmonies of #98C641
Complementary color
Monochromatic Colors of #98C641
Black with #98C641
Text Example
Text Example
White with #98C641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C641; }
p { color: rgb(152,198,65); }
H1.HeaderClassName
{
color: #98C641;
}
.AnyTagClassName
{
color: #98C641;
}
</style>
background-color css
<style>
a { background-color: #98C641; }
a { background-color: rgb(152,198,65); }
div.DivClassName
{
background-color: #98C641;
}
.BgClassName
{
background-color: #98C641;
}
</style>
border-color css
<style>
span { border-color: #98C641; }
span { border-color: rgb(152,198,65); }
td.TdClassName
{
border-color: #98C641;
}
.TagClassName
{
border-color: #98C641;
}
</style>