Shades of Atlantis #98C342
Tints of Atlantis #98C342
RGB
CMYK
RGB Variations
Color information
#98C342 (or 0x98C342) is known color: Atlantis. HEX triplet: 98, C3 and 42. RGB value is (152,195,66). Sum of RGB (Red+Green+Blue) = 152+195+66=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 195 - color contains mainly: green. Hex color #98C342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C342 is #673CBD. Grayscale: #A7A7A7. Windows color (decimal): -6765758 or 4375448. OLE color: 4375448.
HSL color Cylindrical-coordinate representation of color #98C342: hue angle of 80º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #98C342 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 195 | 66 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.24 |
| HSL | 80º | 0.52% | 0.51% | - |
| HSV(B) | 80º | 0.66% | 0.76% | - |
| XYZ | 33.45 | 46.1 | 12.29 | - |
| YUV | 167.44 | 70.75 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 195 | 66 | 0.22 | 0 | 0.66 | 0.24 | 80 | 0.52 | 0.51 |
| Hex | 98 | C3 | 42 | 16 | 0 | 42 | 18 | 50 | 34 | 33 |
| Octal | 230 | 303 | 102 | 26 | 0 | 102 | 30 | 120 | 64 | 63 |
| Binary | 10011000 | 11000011 | 1000010 | 10110 | 0 | 1000010 | 11000 | 1010000 | 110100 | 110011 |
Color Harmonies of #98C342
Complementary color
Monochromatic Colors of #98C342
Black with #98C342
Text Example
Text Example
White with #98C342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C342; }
p { color: rgb(152,195,66); }
H1.HeaderClassName
{
color: #98C342;
}
.AnyTagClassName
{
color: #98C342;
}
</style>
background-color css
<style>
a { background-color: #98C342; }
a { background-color: rgb(152,195,66); }
div.DivClassName
{
background-color: #98C342;
}
.BgClassName
{
background-color: #98C342;
}
</style>
border-color css
<style>
span { border-color: #98C342; }
span { border-color: rgb(152,195,66); }
td.TdClassName
{
border-color: #98C342;
}
.TagClassName
{
border-color: #98C342;
}
</style>