#98FC95

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

Shades of Pale Green #98FC95

Tints of Pale Green #98FC95

Color information

#98FC95 (or 0x98FC95) is unknown color: approx Pale Green. HEX triplet: 98, FC and 95. RGB value is (152,252,149). Sum of RGB (Red+Green+Blue) = 152+252+149=553 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.49% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #98FC95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98FC95 is #67036A. Grayscale: #D2D2D2. Windows color (decimal): -6751083 or 9829528. OLE color: 9829528.

HSL color Cylindrical-coordinate representation of color #98FC95: hue angle of 118.25º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98FC95 is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB152252149-
CMYK0.4000.410.01
HSL118.25º94.5%78.63%-
HSV(B)118.25º40.87%98.82%-
XYZ53.1878.4740.78-
YUV210.3693.3786.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.49%
GREEN value IS 252 (98.83% from 255) = 45.57%
BLUE value IS 149 (58.59% from 255) = 26.94%
R=27.49%
G=45.57%
B=26.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1522521490.4000.410.01118.2594.578.63
Hex98FC95280291765e4f
Octal230374225500511166136117
Binary10011000111111001001010110100001010011111011010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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