#98FA96

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

Shades of Pale Green #98FA96

Tints of Pale Green #98FA96

Color information

#98FA96 (or 0x98FA96) is unknown color: approx Pale Green. HEX triplet: 98, FA and 96. RGB value is (152,250,150). Sum of RGB (Red+Green+Blue) = 152+250+150=552 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.54% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 150 (58.98% from 255 or 27.17% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #98FA96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98FA96 is #670569. Grayscale: #D1D1D1. Windows color (decimal): -6751594 or 9894552. OLE color: 9894552.

HSL color Cylindrical-coordinate representation of color #98FA96: hue angle of 118.8º 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 #98FA96 is Cyan = 0.39, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB152250150-
CMYK0.3900.40.02
HSL118.8º90.91%78.43%-
HSV(B)118.8º40%98.04%-
XYZ52.6477.2540.99-
YUV209.394.5387.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.54%
GREEN value IS 250 (98.05% from 255) = 45.29%
BLUE value IS 150 (58.98% from 255) = 27.17%
R=27.54%
G=45.29%
B=27.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522501500.3900.40.02118.890.9178.43
Hex98FA96270282775b4e
Octal230372226470502167133116
Binary100110001111101010010110100111010100010111011110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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