#98f07c

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

Shades of Light Green #98F07C

Tints of Light Green #98F07C

Color information

#98F07C (or 0x98F07C) is unknown color: approx Light Green. HEX triplet: 98, F0 and 7C. RGB value is (152,240,124). Sum of RGB (Red+Green+Blue) = 152+240+124=516 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.46% from 516); Green value is 240 (94.14% from 255 or 46.51% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 240 - color contains mainly: green. Hex color #98F07C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F07C is #670F83. Grayscale: #C8C8C8. Windows color (decimal): -6754180 or 8188056. OLE color: 8188056.

HSL color Cylindrical-coordinate representation of color #98F07C: hue angle of 105.52º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #98F07C is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB152240124-
CMYK0.3700.480.06
HSL105.52º79.45%71.37%-
HSV(B)105.52º48.33%94.12%-
XYZ47.7570.4530.15-
YUV200.4684.8593.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.46%
GREEN value IS 240 (94.14% from 255) = 46.51%
BLUE value IS 124 (48.83% from 255) = 24.03%
R=29.46%
G=46.51%
B=24.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1522401240.3700.480.06105.5279.4571.37
Hex98F07C2503066a4f47
Octal230360174450606152117107
Binary100110001111000011111001001010110000110110101010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98f07c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,240,124); }

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

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

 a { background-color: rgb(152,240,124); }

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

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

 span { border-color: rgb(152,240,124); }

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