#98FA95

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

Shades of Pale Green #98FA95

Tints of Pale Green #98FA95

Color information

#98FA95 (or 0x98FA95) is unknown color: approx Pale Green. HEX triplet: 98, FA and 95. RGB value is (152,250,149). Sum of RGB (Red+Green+Blue) = 152+250+149=551 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.59% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #98FA95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98FA95 is #67056A. Grayscale: #D1D1D1. Windows color (decimal): -6751595 or 9829016. OLE color: 9829016.

HSL color Cylindrical-coordinate representation of color #98FA95: hue angle of 118.22º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FA95 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB152250149-
CMYK0.3900.400.02
HSL118.22º90.99%78.24%-
HSV(B)118.22º40.4%98.04%-
XYZ52.5677.2240.57-
YUV209.1894.0387.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.59%
GREEN value IS 250 (98.05% from 255) = 45.37%
BLUE value IS 149 (58.59% from 255) = 27.04%
R=27.59%
G=45.37%
B=27.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522501490.3900.400.02118.2290.9978.24
Hex98FA95270282765b4e
Octal230372225470502166133116
Binary100110001111101010010101100111010100010111011010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,250,149); }

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

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

 a { background-color: rgb(152,250,149); }

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

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

 span { border-color: rgb(152,250,149); }

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