Shades of Atlantis #98C73E
Tints of Atlantis #98C73E
RGB
CMYK
RGB Variations
Color information
#98C73E (or 0x98C73E) is known color: Atlantis. HEX triplet: 98, C7 and 3E. RGB value is (152,199,62). Sum of RGB (Red+Green+Blue) = 152+199+62=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 199 (78.12% from 255 or 48.18% from 413); Blue value is 62 (24.61% from 255 or 15.01% from 413); Max value from RGB is 199 - color contains mainly: green. Hex color #98C73E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C73E is #6738C1. Grayscale: #A9A9A9. Windows color (decimal): -6764738 or 4114328. OLE color: 4114328.
HSL color Cylindrical-coordinate representation of color #98C73E: hue angle of 80.58º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #98C73E is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 199 | 62 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.22 |
| HSL | 80.58º | 0.55% | 0.51% | - |
| HSV(B) | 80.58º | 0.69% | 0.78% | - |
| XYZ | 34.24 | 47.87 | 11.99 | - |
| YUV | 169.33 | 67.43 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 199 | 62 | 0.24 | 0 | 0.69 | 0.22 | 80.58 | 0.55 | 0.51 |
| Hex | 98 | C7 | 3E | 18 | 0 | 45 | 16 | 51 | 37 | 33 |
| Octal | 230 | 307 | 76 | 30 | 0 | 105 | 26 | 121 | 67 | 63 |
| Binary | 10011000 | 11000111 | 111110 | 11000 | 0 | 1000101 | 10110 | 1010001 | 110111 | 110011 |
Color Harmonies of #98C73E
Complementary color
Monochromatic Colors of #98C73E
Black with #98C73E
Text Example
Text Example
White with #98C73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C73E; }
p { color: rgb(152,199,62); }
H1.HeaderClassName
{
color: #98C73E;
}
.AnyTagClassName
{
color: #98C73E;
}
</style>
background-color css
<style>
a { background-color: #98C73E; }
a { background-color: rgb(152,199,62); }
div.DivClassName
{
background-color: #98C73E;
}
.BgClassName
{
background-color: #98C73E;
}
</style>
border-color css
<style>
span { border-color: #98C73E; }
span { border-color: rgb(152,199,62); }
td.TdClassName
{
border-color: #98C73E;
}
.TagClassName
{
border-color: #98C73E;
}
</style>