#98F494

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

Shades of Pale Green #98F494

Tints of Pale Green #98F494

Color information

#98F494 (or 0x98F494) is unknown color: approx Pale Green. HEX triplet: 98, F4 and 94. RGB value is (152,244,148). Sum of RGB (Red+Green+Blue) = 152+244+148=544 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.94% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 148 (58.20% from 255 or 27.21% from 544); Max value from RGB is 244 - color contains mainly: green. Hex color #98F494 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98F494 is #670B6B. Grayscale: #CDCDCD. Windows color (decimal): -6753132 or 9761944. OLE color: 9761944.

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

Color convert

RGB152244148-
CMYK0.3800.390.04
HSL117.5º81.36%76.86%-
HSV(B)117.5º39.34%95.69%-
XYZ50.6473.5139.54-
YUV205.5595.5289.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.94%
GREEN value IS 244 (95.70% from 255) = 44.85%
BLUE value IS 148 (58.20% from 255) = 27.21%
R=27.94%
G=44.85%
B=27.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1522441480.3800.390.04117.581.3676.86
Hex98F49426027475514d
Octal230364224460474165121115
Binary1001100011110100100101001001100100111100111010110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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