#98D149

Color #98D149 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #98D149

Tints of Atlantis #98D149

Color information

#98D149 (or 0x98D149) is unknown color: approx Atlantis. HEX triplet: 98, D1 and 49. RGB value is (152,209,73). Sum of RGB (Red+Green+Blue) = 152+209+73=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 209 (82.03% from 255 or 48.16% from 434); Blue value is 73 (28.91% from 255 or 16.82% from 434); Max value from RGB is 209 - color contains mainly: green. Hex color #98D149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D149 is #672EB6. Grayscale: #B0B0B0. Windows color (decimal): -6762167 or 4837784. OLE color: 4837784.

HSL color Cylindrical-coordinate representation of color #98D149: hue angle of 85.15º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #98D149 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB15220973-
CMYK0.2700.650.18
HSL85.15º59.65%55.29%-
HSV(B)85.15º65.07%81.96%-
XYZ36.9552.7614.54-
YUV176.4569.62110.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 35.02%
GREEN value IS 209 (82.03% from 255) = 48.16%
BLUE value IS 73 (28.91% from 255) = 16.82%
R=35.02%
G=48.16%
B=16.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal152209730.2700.650.1885.1559.6555.29
Hex98D1491B04112553c37
Octal230321111330101221257467
Binary100110001101000110010011101101000001100101010101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98D149; }

 p { color: rgb(152,209,73); }

 H1.HeaderClassName
 {
   color: #98D149;
 }
 .AnyTagClassName
 {
   color: #98D149;
 }
</style>
background-color css

<style>
 a { background-color: #98D149; }

 a { background-color: rgb(152,209,73); }

 div.DivClassName
 {
   background-color: #98D149;
 }
 .BgClassName
 {
   background-color: #98D149;
 }
</style>
border-color css

<style>
 span { border-color: #98D149; }

 span { border-color: rgb(152,209,73); }

 td.TdClassName
 {
   border-color: #98D149;
 }
 .TagClassName
 {
   border-color: #98D149;
 }
</style>