#98EA94

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

Shades of Light Green #98EA94

Tints of Light Green #98EA94

Color information

#98EA94 (or 0x98EA94) is unknown color: approx Light Green. HEX triplet: 98, EA and 94. RGB value is (152,234,148). Sum of RGB (Red+Green+Blue) = 152+234+148=534 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.46% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 234 - color contains mainly: green. Hex color #98EA94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98EA94 is #67156B. Grayscale: #C7C7C7. Windows color (decimal): -6755692 or 9759384. OLE color: 9759384.

HSL color Cylindrical-coordinate representation of color #98EA94: hue angle of 117.21º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98EA94 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB152234148-
CMYK0.3500.370.08
HSL117.21º67.19%74.9%-
HSV(B)117.21º36.75%91.76%-
XYZ47.7267.6638.56-
YUV199.6898.8393.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.46%
GREEN value IS 234 (91.80% from 255) = 43.82%
BLUE value IS 148 (58.20% from 255) = 27.72%
R=28.46%
G=43.82%
B=27.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1522341480.3500.370.08117.2167.1974.9
Hex98EA9423025875434b
Octal2303522244304510165103113
Binary10011000111010101001010010001101001011000111010110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,234,148); }

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

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

 a { background-color: rgb(152,234,148); }

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

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

 span { border-color: rgb(152,234,148); }

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