Shades of Atlantis #98C94C
Tints of Atlantis #98C94C
RGB
CMYK
RGB Variations
Color information
#98C94C (or 0x98C94C) is known color: Atlantis. HEX triplet: 98, C9 and 4C. RGB value is (152,201,76). Sum of RGB (Red+Green+Blue) = 152+201+76=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 76 (30.08% from 255 or 17.72% from 429); Max value from RGB is 201 - color contains mainly: green. Hex color #98C94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C94C is #6736B3. Grayscale: #ACACAC. Windows color (decimal): -6764212 or 5032344. OLE color: 5032344.
HSL color Cylindrical-coordinate representation of color #98C94C: hue angle of 83.52º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98C94C is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 201 | 76 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.21 |
| HSL | 83.52º | 0.54% | 0.54% | - |
| HSV(B) | 83.52º | 0.62% | 0.79% | - |
| XYZ | 35.14 | 48.97 | 14.44 | - |
| YUV | 172.1 | 73.77 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 201 | 76 | 0.24 | 0 | 0.62 | 0.21 | 83.52 | 0.54 | 0.54 |
| Hex | 98 | C9 | 4C | 18 | 0 | 3E | 15 | 54 | 36 | 36 |
| Octal | 230 | 311 | 114 | 30 | 0 | 76 | 25 | 124 | 66 | 66 |
| Binary | 10011000 | 11001001 | 1001100 | 11000 | 0 | 111110 | 10101 | 1010100 | 110110 | 110110 |
Color Harmonies of #98C94C
Complementary color
Monochromatic Colors of #98C94C
Black with #98C94C
Text Example
Text Example
White with #98C94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C94C; }
p { color: rgb(152,201,76); }
H1.HeaderClassName
{
color: #98C94C;
}
.AnyTagClassName
{
color: #98C94C;
}
</style>
background-color css
<style>
a { background-color: #98C94C; }
a { background-color: rgb(152,201,76); }
div.DivClassName
{
background-color: #98C94C;
}
.BgClassName
{
background-color: #98C94C;
}
</style>
border-color css
<style>
span { border-color: #98C94C; }
span { border-color: rgb(152,201,76); }
td.TdClassName
{
border-color: #98C94C;
}
.TagClassName
{
border-color: #98C94C;
}
</style>