Shades of Atlantis #98C44C
Tints of Atlantis #98C44C
RGB
CMYK
RGB Variations
Color information
#98C44C (or 0x98C44C) is known color: Atlantis. HEX triplet: 98, C4 and 4C. RGB value is (152,196,76). Sum of RGB (Red+Green+Blue) = 152+196+76=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 196 (76.95% from 255 or 46.23% from 424); Blue value is 76 (30.08% from 255 or 17.92% from 424); Max value from RGB is 196 - color contains mainly: green. Hex color #98C44C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C44C is #673BB3. Grayscale: #A9A9A9. Windows color (decimal): -6765492 or 5031064. OLE color: 5031064.
HSL color Cylindrical-coordinate representation of color #98C44C: hue angle of 82º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #98C44C is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 196 | 76 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.23 |
| HSL | 82º | 0.5% | 0.53% | - |
| HSV(B) | 82º | 0.61% | 0.77% | - |
| XYZ | 33.99 | 46.68 | 14.06 | - |
| YUV | 169.16 | 75.42 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 196 | 76 | 0.22 | 0 | 0.61 | 0.23 | 82 | 0.5 | 0.53 |
| Hex | 98 | C4 | 4C | 16 | 0 | 3D | 17 | 52 | 32 | 35 |
| Octal | 230 | 304 | 114 | 26 | 0 | 75 | 27 | 122 | 62 | 65 |
| Binary | 10011000 | 11000100 | 1001100 | 10110 | 0 | 111101 | 10111 | 1010010 | 110010 | 110101 |
Color Harmonies of #98C44C
Complementary color
Monochromatic Colors of #98C44C
Black with #98C44C
Text Example
Text Example
White with #98C44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C44C; }
p { color: rgb(152,196,76); }
H1.HeaderClassName
{
color: #98C44C;
}
.AnyTagClassName
{
color: #98C44C;
}
</style>
background-color css
<style>
a { background-color: #98C44C; }
a { background-color: rgb(152,196,76); }
div.DivClassName
{
background-color: #98C44C;
}
.BgClassName
{
background-color: #98C44C;
}
</style>
border-color css
<style>
span { border-color: #98C44C; }
span { border-color: rgb(152,196,76); }
td.TdClassName
{
border-color: #98C44C;
}
.TagClassName
{
border-color: #98C44C;
}
</style>