#98E149

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

Shades of Atlantis #98E149

Tints of Atlantis #98E149

Color information

#98E149 (or 0x98E149) is unknown color: approx Atlantis. HEX triplet: 98, E1 and 49. RGB value is (152,225,73). Sum of RGB (Red+Green+Blue) = 152+225+73=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 225 (88.28% from 255 or 50% from 450); Blue value is 73 (28.91% from 255 or 16.22% from 450); Max value from RGB is 225 - color contains mainly: green. Hex color #98E149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98E149 is #671EB6. Grayscale: #BABABA. Windows color (decimal): -6758071 or 4841880. OLE color: 4841880.

HSL color Cylindrical-coordinate representation of color #98E149: hue angle of 88.82º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98E149 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB15222573-
CMYK0.3200.680.12
HSL88.82º71.7%58.43%-
HSV(B)88.82º67.56%88.24%-
XYZ41.0861.0115.91-
YUV185.8464.32103.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.78%
GREEN value IS 225 (88.28% from 255) = 50%
BLUE value IS 73 (28.91% from 255) = 16.22%
R=33.78%
G=50%
B=16.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal152225730.3200.680.1288.8271.758.43
Hex98E14920044C59483a
Octal2303411114001041413111072
Binary1001100011100001100100110000001000100110010110011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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