Shades of Atlantis #98C140
Tints of Atlantis #98C140
RGB
CMYK
RGB Variations
Color information
#98C140 (or 0x98C140) is known color: Atlantis. HEX triplet: 98, C1 and 40. RGB value is (152,193,64). Sum of RGB (Red+Green+Blue) = 152+193+64=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #98C140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C140 is #673EBF. Grayscale: #A6A6A6. Windows color (decimal): -6766272 or 4243864. OLE color: 4243864.
HSL color Cylindrical-coordinate representation of color #98C140: hue angle of 79.07º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98C140 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 193 | 64 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.24 |
| HSL | 79.07º | 0.51% | 0.5% | - |
| HSV(B) | 79.07º | 0.67% | 0.76% | - |
| XYZ | 32.94 | 45.19 | 11.84 | - |
| YUV | 166.04 | 70.42 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 193 | 64 | 0.21 | 0 | 0.67 | 0.24 | 79.07 | 0.51 | 0.5 |
| Hex | 98 | C1 | 40 | 15 | 0 | 43 | 18 | 4F | 33 | 32 |
| Octal | 230 | 301 | 100 | 25 | 0 | 103 | 30 | 117 | 63 | 62 |
| Binary | 10011000 | 11000001 | 1000000 | 10101 | 0 | 1000011 | 11000 | 1001111 | 110011 | 110010 |
Color Harmonies of #98C140
Complementary color
Monochromatic Colors of #98C140
Black with #98C140
Text Example
Text Example
White with #98C140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C140; }
p { color: rgb(152,193,64); }
H1.HeaderClassName
{
color: #98C140;
}
.AnyTagClassName
{
color: #98C140;
}
</style>
background-color css
<style>
a { background-color: #98C140; }
a { background-color: rgb(152,193,64); }
div.DivClassName
{
background-color: #98C140;
}
.BgClassName
{
background-color: #98C140;
}
</style>
border-color css
<style>
span { border-color: #98C140; }
span { border-color: rgb(152,193,64); }
td.TdClassName
{
border-color: #98C140;
}
.TagClassName
{
border-color: #98C140;
}
</style>