Shades of Atlantis #98DC46
Tints of Atlantis #98DC46
RGB
CMYK
RGB Variations
Color information
#98DC46 (or 0x98DC46) is known color: Atlantis. HEX triplet: 98, DC and 46. RGB value is (152,220,70). Sum of RGB (Red+Green+Blue) = 152+220+70=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 70 (27.73% from 255 or 15.84% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #98DC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98DC46 is #6723B9. Grayscale: #B7B7B7. Windows color (decimal): -6759354 or 4643992. OLE color: 4643992.
HSL color Cylindrical-coordinate representation of color #98DC46: hue angle of 87.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98DC46 is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 220 | 70 | - |
| CMYK | 0.31 | 0 | 0.68 | 0.14 |
| HSL | 87.2º | 0.68% | 0.57% | - |
| HSV(B) | 87.2º | 0.68% | 0.86% | - |
| XYZ | 39.65 | 58.3 | 14.96 | - |
| YUV | 182.57 | 64.47 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 220 | 70 | 0.31 | 0 | 0.68 | 0.14 | 87.2 | 0.68 | 0.57 |
| Hex | 98 | DC | 46 | 1F | 0 | 44 | E | 57 | 44 | 39 |
| Octal | 230 | 334 | 106 | 37 | 0 | 104 | 16 | 127 | 104 | 71 |
| Binary | 10011000 | 11011100 | 1000110 | 11111 | 0 | 1000100 | 1110 | 1010111 | 1000100 | 111001 |
Color Harmonies of #98DC46
Complementary color
Monochromatic Colors of #98DC46
Black with #98DC46
Text Example
Text Example
White with #98DC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DC46; }
p { color: rgb(152,220,70); }
H1.HeaderClassName
{
color: #98DC46;
}
.AnyTagClassName
{
color: #98DC46;
}
</style>
background-color css
<style>
a { background-color: #98DC46; }
a { background-color: rgb(152,220,70); }
div.DivClassName
{
background-color: #98DC46;
}
.BgClassName
{
background-color: #98DC46;
}
</style>
border-color css
<style>
span { border-color: #98DC46; }
span { border-color: rgb(152,220,70); }
td.TdClassName
{
border-color: #98DC46;
}
.TagClassName
{
border-color: #98DC46;
}
</style>