Shades of Atlantis #98DC4A
Tints of Atlantis #98DC4A
RGB
CMYK
RGB Variations
Color information
#98DC4A (or 0x98DC4A) is known color: Atlantis. HEX triplet: 98, DC and 4A. RGB value is (152,220,74). Sum of RGB (Red+Green+Blue) = 152+220+74=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 74 (29.30% from 255 or 16.59% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #98DC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98DC4A is #6723B5. Grayscale: #B7B7B7. Windows color (decimal): -6759350 or 4906136. OLE color: 4906136.
HSL color Cylindrical-coordinate representation of color #98DC4A: hue angle of 87.95º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #98DC4A is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 220 | 74 | - |
| CMYK | 0.31 | 0 | 0.66 | 0.14 |
| HSL | 87.95º | 0.68% | 0.58% | - |
| HSV(B) | 87.95º | 0.66% | 0.86% | - |
| XYZ | 39.78 | 58.36 | 15.65 | - |
| YUV | 183.02 | 66.47 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 220 | 74 | 0.31 | 0 | 0.66 | 0.14 | 87.95 | 0.68 | 0.58 |
| Hex | 98 | DC | 4A | 1F | 0 | 42 | E | 58 | 44 | 3A |
| Octal | 230 | 334 | 112 | 37 | 0 | 102 | 16 | 130 | 104 | 72 |
| Binary | 10011000 | 11011100 | 1001010 | 11111 | 0 | 1000010 | 1110 | 1011000 | 1000100 | 111010 |
Color Harmonies of #98DC4A
Complementary color
Monochromatic Colors of #98DC4A
Black with #98DC4A
Text Example
Text Example
White with #98DC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DC4A; }
p { color: rgb(152,220,74); }
H1.HeaderClassName
{
color: #98DC4A;
}
.AnyTagClassName
{
color: #98DC4A;
}
</style>
background-color css
<style>
a { background-color: #98DC4A; }
a { background-color: rgb(152,220,74); }
div.DivClassName
{
background-color: #98DC4A;
}
.BgClassName
{
background-color: #98DC4A;
}
</style>
border-color css
<style>
span { border-color: #98DC4A; }
span { border-color: rgb(152,220,74); }
td.TdClassName
{
border-color: #98DC4A;
}
.TagClassName
{
border-color: #98DC4A;
}
</style>