#98F48D

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

Shades of Light Green #98F48D

Tints of Light Green #98F48D

Color information

#98F48D (or 0x98F48D) is unknown color: approx Light Green. HEX triplet: 98, F4 and 8D. RGB value is (152,244,141). Sum of RGB (Red+Green+Blue) = 152+244+141=537 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.31% from 537); Green value is 244 (95.70% from 255 or 45.44% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 244 - color contains mainly: green. Hex color #98F48D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98F48D is #670B72. Grayscale: #CDCDCD. Windows color (decimal): -6753139 or 9303192. OLE color: 9303192.

HSL color Cylindrical-coordinate representation of color #98F48D: hue angle of 113.59º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #98F48D is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB152244141-
CMYK0.3800.420.04
HSL113.59º82.4%75.49%-
HSV(B)113.59º42.21%95.69%-
XYZ50.1173.336.71-
YUV204.7592.0290.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.31%
GREEN value IS 244 (95.70% from 255) = 45.44%
BLUE value IS 141 (55.47% from 255) = 26.26%
R=28.31%
G=45.44%
B=26.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1522441410.3800.420.04113.5982.475.49
Hex98F48D2602A472524b
Octal230364215460524162122113
Binary1001100011110100100011011001100101010100111001010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,244,141); }

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

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

 a { background-color: rgb(152,244,141); }

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

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

 span { border-color: rgb(152,244,141); }

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