Shades of Atlantis #98C543
Tints of Atlantis #98C543
RGB
CMYK
RGB Variations
Color information
#98C543 (or 0x98C543) is known color: Atlantis. HEX triplet: 98, C5 and 43. RGB value is (152,197,67). Sum of RGB (Red+Green+Blue) = 152+197+67=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 67 (26.56% from 255 or 16.11% from 416); Max value from RGB is 197 - color contains mainly: green. Hex color #98C543 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C543 is #673ABC. Grayscale: #A9A9A9. Windows color (decimal): -6765245 or 4441496. OLE color: 4441496.
HSL color Cylindrical-coordinate representation of color #98C543: hue angle of 80.77º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #98C543 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 197 | 67 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.23 |
| HSL | 80.77º | 0.53% | 0.52% | - |
| HSV(B) | 80.77º | 0.66% | 0.77% | - |
| XYZ | 33.93 | 47.01 | 12.6 | - |
| YUV | 168.73 | 70.59 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 67 | 0.23 | 0 | 0.66 | 0.23 | 80.77 | 0.53 | 0.52 |
| Hex | 98 | C5 | 43 | 17 | 0 | 42 | 17 | 51 | 35 | 34 |
| Octal | 230 | 305 | 103 | 27 | 0 | 102 | 27 | 121 | 65 | 64 |
| Binary | 10011000 | 11000101 | 1000011 | 10111 | 0 | 1000010 | 10111 | 1010001 | 110101 | 110100 |
Color Harmonies of #98C543
Complementary color
Monochromatic Colors of #98C543
Black with #98C543
Text Example
Text Example
White with #98C543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C543; }
p { color: rgb(152,197,67); }
H1.HeaderClassName
{
color: #98C543;
}
.AnyTagClassName
{
color: #98C543;
}
</style>
background-color css
<style>
a { background-color: #98C543; }
a { background-color: rgb(152,197,67); }
div.DivClassName
{
background-color: #98C543;
}
.BgClassName
{
background-color: #98C543;
}
</style>
border-color css
<style>
span { border-color: #98C543; }
span { border-color: rgb(152,197,67); }
td.TdClassName
{
border-color: #98C543;
}
.TagClassName
{
border-color: #98C543;
}
</style>