#98FA9C

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

Shades of Pale Green #98FA9C

Tints of Pale Green #98FA9C

Color information

#98FA9C (or 0x98FA9C) is unknown color: approx Pale Green. HEX triplet: 98, FA and 9C. RGB value is (152,250,156). Sum of RGB (Red+Green+Blue) = 152+250+156=558 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.24% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 250 - color contains mainly: green. Hex color #98FA9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98FA9C is #670563. Grayscale: #D2D2D2. Windows color (decimal): -6751588 or 10287768. OLE color: 10287768.

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

Color convert

RGB152250156-
CMYK0.3900.380.02
HSL122.45º90.74%78.82%-
HSV(B)122.45º39.2%98.04%-
XYZ53.1477.4543.6-
YUV209.9897.5386.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.24%
GREEN value IS 250 (98.05% from 255) = 44.80%
BLUE value IS 156 (61.33% from 255) = 27.96%
R=27.24%
G=44.80%
B=27.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522501560.3900.380.02122.4590.7478.82
Hex98FA9C2702627a5b4f
Octal230372234470462172133117
Binary100110001111101010011100100111010011010111101010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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